Html Css Color HEX #BF55CB Medium Orchid

📋 copy color: '#BF55CB'

red 191 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #BF55CB

Tints of Medium Orchid #BF55CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 39.87%
G = 17.75%
B = 42.38%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF55CB (or 0xBF55CB) is known color: Medium Orchid. HEX triplet: BF, 55 and CB. RGB value is (191,85,203). Sum of RGB (Red+Green+Blue) = 191+85+203=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55CB is #40AA34. Grayscale: #818181. Windows color (decimal): -4237877 or 13325759. OLE color: 13325759.

HSL color Cylindrical-coordinate representation of color #BF55CB: hue angle of 293.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF55CB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 85 203 -
CMYK 0.06 0.58 0 0.20
HSL 293.9º 0.53% 0.56% -
HSV(B) 293.9º 0.58% 0.8% -
XYZ 35.51 21.89 58.85 -
YUV 130.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 191 85 203 0.06 0.58 0 0.20 293.9 0.53 0.56
Hex BF 55 CB 6 3A 0 14 126 35 38
Octal 277 125 313 6 72 0 24 446 65 70
Binary 10111111 1010101 11001011 110 111010 0 10100 100100110 110101 111000

Color Harmonies of #BF55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55CB

Black with #BF55CB

Text Example


Text Example

White with #BF55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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