Html Css Color HEX #BF52CB Medium Orchid

📋 copy color: '#BF52CB'

red 191 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #BF52CB

Tints of Medium Orchid #BF52CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.23%

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

R = 40.13%
G = 17.23%
B = 42.65%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF52CB (or 0xBF52CB) is known color: Medium Orchid. HEX triplet: BF, 52 and CB. RGB value is (191,82,203). Sum of RGB (Red+Green+Blue) = 191+82+203=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52CB is #40AD34. Grayscale: #808080. Windows color (decimal): -4238645 or 13324991. OLE color: 13324991.

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

Color convert

RGB 191 82 203 -
CMYK 0.06 0.60 0 0.20
HSL 294.05º 0.54% 0.56% -
HSV(B) 294.05º 0.6% 0.8% -
XYZ 35.28 21.42 58.78 -
YUV 128.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 191 82 203 0.06 0.60 0 0.20 294.05 0.54 0.56
Hex BF 52 CB 6 3C 0 14 126 36 38
Octal 277 122 313 6 74 0 24 446 66 70
Binary 10111111 1010010 11001011 110 111100 0 10100 100100110 110110 111000

Color Harmonies of #BF52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52CB

Black with #BF52CB

Text Example


Text Example

White with #BF52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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