Html Css Color HEX #BF32CE Medium Orchid

📋 copy color: '#BF32CE'

red 191 ◦ green 50 ◦ blue 206

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

Shades of Medium Orchid #BF32CE

Tints of Medium Orchid #BF32CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.19%

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

R = 42.73%
G = 11.19%
B = 46.09%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF32CE (or 0xBF32CE) is known color: Medium Orchid. HEX triplet: BF, 32 and CE. RGB value is (191,50,206). Sum of RGB (Red+Green+Blue) = 191+50+206=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32CE is #40CD31. Grayscale: #6D6D6D. Windows color (decimal): -4246834 or 13513407. OLE color: 13513407.

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

Color convert

RGB 191 50 206 -
CMYK 0.07 0.76 0 0.19
HSL 294.23º 0.61% 0.5% -
HSV(B) 294.23º 0.76% 0.81% -
XYZ 33.77 17.81 60.05 -
YUV 109.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 191 50 206 0.07 0.76 0 0.19 294.23 0.61 0.5
Hex BF 32 CE 7 4C 0 13 126 3D 32
Octal 277 62 316 7 114 0 23 446 75 62
Binary 10111111 110010 11001110 111 1001100 0 10011 100100110 111101 110010

Color Harmonies of #BF32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32CE

Black with #BF32CE

Text Example


Text Example

White with #BF32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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