Html Css Color HEX #BF50CB Medium Orchid

📋 copy color: '#BF50CB'

red 191 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #BF50CB

Tints of Medium Orchid #BF50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

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

R = 40.3%
G = 16.88%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF50CB (or 0xBF50CB) is known color: Medium Orchid. HEX triplet: BF, 50 and CB. RGB value is (191,80,203). Sum of RGB (Red+Green+Blue) = 191+80+203=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50CB is #40AF34. Grayscale: #7E7E7E. Windows color (decimal): -4239157 or 13324479. OLE color: 13324479.

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

Color convert

RGB 191 80 203 -
CMYK 0.06 0.61 0 0.20
HSL 294.15º 0.54% 0.55% -
HSV(B) 294.15º 0.61% 0.8% -
XYZ 35.13 21.13 58.73 -
YUV 127.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 191 80 203 0.06 0.61 0 0.20 294.15 0.54 0.55
Hex BF 50 CB 6 3D 0 14 126 36 37
Octal 277 120 313 6 75 0 24 446 66 67
Binary 10111111 1010000 11001011 110 111101 0 10100 100100110 110110 110111

Color Harmonies of #BF50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50CB

Black with #BF50CB

Text Example


Text Example

White with #BF50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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