Html Css Color HEX #BF34CE Medium Orchid

📋 copy color: '#BF34CE'

red 191 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #BF34CE

Tints of Medium Orchid #BF34CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

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

R = 42.54%
G = 11.58%
B = 45.88%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF34CE (or 0xBF34CE) is known color: Medium Orchid. HEX triplet: BF, 34 and CE. RGB value is (191,52,206). Sum of RGB (Red+Green+Blue) = 191+52+206=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34CE is #40CB31. Grayscale: #6E6E6E. Windows color (decimal): -4246322 or 13513919. OLE color: 13513919.

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

Color convert

RGB 191 52 206 -
CMYK 0.07 0.75 0 0.19
HSL 294.16º 0.61% 0.51% -
HSV(B) 294.16º 0.75% 0.81% -
XYZ 33.85 17.99 60.08 -
YUV 111.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 191 52 206 0.07 0.75 0 0.19 294.16 0.61 0.51
Hex BF 34 CE 7 4B 0 13 126 3D 33
Octal 277 64 316 7 113 0 23 446 75 63
Binary 10111111 110100 11001110 111 1001011 0 10011 100100110 111101 110011

Color Harmonies of #BF34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34CE

Black with #BF34CE

Text Example


Text Example

White with #BF34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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