Html Css Color HEX #BF35CE Medium Orchid

📋 copy color: '#BF35CE'

red 191 ◦ green 53 ◦ blue 206

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

Shades of Medium Orchid #BF35CE

Tints of Medium Orchid #BF35CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.78%

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

R = 42.44%
G = 11.78%
B = 45.78%

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

#BF35CE (or 0xBF35CE) is known color: Medium Orchid. HEX triplet: BF, 35 and CE. RGB value is (191,53,206). Sum of RGB (Red+Green+Blue) = 191+53+206=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35CE is #40CA31. Grayscale: #6F6F6F. Windows color (decimal): -4246066 or 13514175. OLE color: 13514175.

HSL color Cylindrical-coordinate representation of color #BF35CE: hue angle of 294.12º 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 #BF35CE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 53 206 -
CMYK 0.07 0.74 0 0.19
HSL 294.12º 0.61% 0.51% -
HSV(B) 294.12º 0.74% 0.81% -
XYZ 33.9 18.08 60.1 -
YUV 111.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 191 53 206 0.07 0.74 0 0.19 294.12 0.61 0.51
Hex BF 35 CE 7 4A 0 13 126 3D 33
Octal 277 65 316 7 112 0 23 446 75 63
Binary 10111111 110101 11001110 111 1001010 0 10011 100100110 111101 110011

Color Harmonies of #BF35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF35CE

Black with #BF35CE

Text Example


Text Example

White with #BF35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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