Html Css Color HEX #BF5BCB Medium Orchid

📋 copy color: '#BF5BCB'

red 191 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #BF5BCB

Tints of Medium Orchid #BF5BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

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

R = 39.38%
G = 18.76%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5BCB (or 0xBF5BCB) is known color: Medium Orchid. HEX triplet: BF, 5B and CB. RGB value is (191,91,203). Sum of RGB (Red+Green+Blue) = 191+91+203=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BCB is #40A434. Grayscale: #858585. Windows color (decimal): -4236341 or 13327295. OLE color: 13327295.

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

Color convert

RGB 191 91 203 -
CMYK 0.06 0.55 0 0.20
HSL 293.57º 0.52% 0.58% -
HSV(B) 293.57º 0.55% 0.8% -
XYZ 36.01 22.87 59.02 -
YUV 133.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 191 91 203 0.06 0.55 0 0.20 293.57 0.52 0.58
Hex BF 5B CB 6 37 0 14 126 34 3A
Octal 277 133 313 6 67 0 24 446 64 72
Binary 10111111 1011011 11001011 110 110111 0 10100 100100110 110100 111010

Color Harmonies of #BF5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BCB

Black with #BF5BCB

Text Example


Text Example

White with #BF5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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