Html Css Color HEX #BF58DD Medium Orchid

📋 copy color: '#BF58DD'

red 191 ◦ green 88 ◦ blue 221

#BF58DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF58DD

Tints of Medium Orchid #BF58DD

RGB

 RED value IS 191 (75% from 255) = 38.2%

 GREEN value IS 88 (34.77% from 255) = 17.6%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 38.2%
G = 17.6%
B = 44.2%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF58DD (or 0xBF58DD) is known color: Medium Orchid. HEX triplet: BF, 58 and DD. RGB value is (191,88,221). Sum of RGB (Red+Green+Blue) = 191+88+221=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58DD is #40A722. Grayscale: #858585. Windows color (decimal): -4237091 or 14506175. OLE color: 14506175.

HSL color Cylindrical-coordinate representation of color #BF58DD: hue angle of 286.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF58DD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 88 221 -
CMYK 0.14 0.60 0 0.13
HSL 286.47º 0.66% 0.61% -
HSV(B) 286.47º 0.6% 0.87% -
XYZ 38.03 23.28 70.9 -
YUV 133.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 191 88 221 0.14 0.60 0 0.13 286.47 0.66 0.61
Hex BF 58 DD E 3C 0 D 11E 42 3D
Octal 277 130 335 16 74 0 15 436 102 75
Binary 10111111 1011000 11011101 1110 111100 0 1101 100011110 1000010 111101

Color Harmonies of #BF58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58DD

Black with #BF58DD

Text Example


Text Example

White with #BF58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58DD; }

 p { color: rgb(191,88,221); }

 H1.HeaderClassName
 {
   color: #BF58DD;
 }
 .AnyTagClassName
 {
   color: #BF58DD;
 }
</style>

background-color css

<style>
 a { background-color: #BF58DD; }

 a { background-color: rgb(191,88,221); }

 div.DivClassName
 {
   background-color: #BF58DD;
 }
 .BgClassName
 {
   background-color: #BF58DD;
 }
</style>

border-color css

<style>
 span { border-color: #BF58DD; }

 span { border-color: rgb(191,88,221); }

 td.TdClassName
 {
   border-color: #BF58DD;
 }
 .TagClassName
 {
   border-color: #BF58DD;
 }
</style>