Html Css Color HEX #BF5CCE Medium Orchid

📋 copy color: '#BF5CCE'

red 191 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #BF5CCE

Tints of Medium Orchid #BF5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.81%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 39.06%
G = 18.81%
B = 42.13%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF5CCE (or 0xBF5CCE) is known color: Medium Orchid. HEX triplet: BF, 5C and CE. RGB value is (191,92,206). Sum of RGB (Red+Green+Blue) = 191+92+206=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CCE is #40A331. Grayscale: #868686. Windows color (decimal): -4236082 or 13524159. OLE color: 13524159.

HSL color Cylindrical-coordinate representation of color #BF5CCE: hue angle of 292.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5CCE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 92 206 -
CMYK 0.07 0.55 0 0.19
HSL 292.11º 0.54% 0.58% -
HSV(B) 292.11º 0.55% 0.81% -
XYZ 36.45 23.19 60.95 -
YUV 134.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 191 92 206 0.07 0.55 0 0.19 292.11 0.54 0.58
Hex BF 5C CE 7 37 0 13 124 36 3A
Octal 277 134 316 7 67 0 23 444 66 72
Binary 10111111 1011100 11001110 111 110111 0 10011 100100100 110110 111010

Color Harmonies of #BF5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CCE

Black with #BF5CCE

Text Example


Text Example

White with #BF5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CCE; }

 p { color: rgb(191,92,206); }

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

background-color css

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

 a { background-color: rgb(191,92,206); }

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

border-color css

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

 span { border-color: rgb(191,92,206); }

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