Html Css Color HEX #BF55CE Medium Orchid

📋 copy color: '#BF55CE'

red 191 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #BF55CE

Tints of Medium Orchid #BF55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 39.63%
G = 17.63%
B = 42.74%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF55CE (or 0xBF55CE) is known color: Medium Orchid. HEX triplet: BF, 55 and CE. RGB value is (191,85,206). Sum of RGB (Red+Green+Blue) = 191+85+206=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55CE is #40AA31. Grayscale: #828282. Windows color (decimal): -4237874 or 13522367. OLE color: 13522367.

HSL color Cylindrical-coordinate representation of color #BF55CE: hue angle of 292.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF55CE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 85 206 -
CMYK 0.07 0.59 0 0.19
HSL 292.56º 0.55% 0.57% -
HSV(B) 292.56º 0.59% 0.81% -
XYZ 35.87 22.03 60.75 -
YUV 130.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 191 85 206 0.07 0.59 0 0.19 292.56 0.55 0.57
Hex BF 55 CE 7 3B 0 13 125 37 39
Octal 277 125 316 7 73 0 23 445 67 71
Binary 10111111 1010101 11001110 111 111011 0 10011 100100101 110111 111001

Color Harmonies of #BF55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55CE

Black with #BF55CE

Text Example


Text Example

White with #BF55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55CE; }

 p { color: rgb(191,85,206); }

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

background-color css

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

 a { background-color: rgb(191,85,206); }

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

border-color css

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

 span { border-color: rgb(191,85,206); }

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