Html Css Color HEX #BF36CE Medium Orchid

📋 copy color: '#BF36CE'

red 191 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #BF36CE

Tints of Medium Orchid #BF36CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.97%

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

R = 42.35%
G = 11.97%
B = 45.68%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF36CE (or 0xBF36CE) is known color: Medium Orchid. HEX triplet: BF, 36 and CE. RGB value is (191,54,206). Sum of RGB (Red+Green+Blue) = 191+54+206=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36CE is #40C931. Grayscale: #6F6F6F. Windows color (decimal): -4245810 or 13514431. OLE color: 13514431.

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

Color convert

RGB 191 54 206 -
CMYK 0.07 0.74 0 0.19
HSL 294.08º 0.61% 0.51% -
HSV(B) 294.08º 0.74% 0.81% -
XYZ 33.95 18.17 60.11 -
YUV 112.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 191 54 206 0.07 0.74 0 0.19 294.08 0.61 0.51
Hex BF 36 CE 7 4A 0 13 126 3D 33
Octal 277 66 316 7 112 0 23 446 75 63
Binary 10111111 110110 11001110 111 1001010 0 10011 100100110 111101 110011

Color Harmonies of #BF36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36CE

Black with #BF36CE

Text Example


Text Example

White with #BF36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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