Html Css Color HEX #BF5FCC Medium Orchid

📋 copy color: '#BF5FCC'

red 191 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #BF5FCC

Tints of Medium Orchid #BF5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 38.98%
G = 19.39%
B = 41.63%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF5FCC (or 0xBF5FCC) is known color: Medium Orchid. HEX triplet: BF, 5F and CC. RGB value is (191,95,204). Sum of RGB (Red+Green+Blue) = 191+95+204=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FCC is #40A033. Grayscale: #878787. Windows color (decimal): -4235316 or 13393855. OLE color: 13393855.

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

Color convert

RGB 191 95 204 -
CMYK 0.06 0.53 0 0.2
HSL 292.84º 0.52% 0.59% -
HSV(B) 292.84º 0.53% 0.8% -
XYZ 36.48 23.62 59.76 -
YUV 136.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 191 95 204 0.06 0.53 0 0.2 292.84 0.52 0.59
Hex BF 5F CC 6 35 0 14 125 34 3B
Octal 277 137 314 6 65 0 24 445 64 73
Binary 10111111 1011111 11001100 110 110101 0 10100 100100101 110100 111011

Color Harmonies of #BF5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FCC

Black with #BF5FCC

Text Example


Text Example

White with #BF5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FCC; }

 p { color: rgb(191,95,204); }

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

background-color css

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

 a { background-color: rgb(191,95,204); }

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

border-color css

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

 span { border-color: rgb(191,95,204); }

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