Html Css Color HEX #BF32EB Medium Orchid

📋 copy color: '#BF32EB'

red 191 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #BF32EB

Tints of Medium Orchid #BF32EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 40.13%
G = 10.5%
B = 49.37%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF32EB (or 0xBF32EB) is known color: Medium Orchid. HEX triplet: BF, 32 and EB. RGB value is (191,50,235). Sum of RGB (Red+Green+Blue) = 191+50+235=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32EB is #40CD14. Grayscale: #707070. Windows color (decimal): -4246805 or 15413951. OLE color: 15413951.

HSL color Cylindrical-coordinate representation of color #BF32EB: hue angle of 285.73º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF32EB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 50 235 -
CMYK 0.19 0.79 0 0.08
HSL 285.73º 0.82% 0.56% -
HSV(B) 285.73º 0.79% 0.92% -
XYZ 37.62 19.36 80.35 -
YUV 113.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 191 50 235 0.19 0.79 0 0.08 285.73 0.82 0.56
Hex BF 32 EB 13 4F 0 8 11E 52 38
Octal 277 62 353 23 117 0 10 436 122 70
Binary 10111111 110010 11101011 10011 1001111 0 1000 100011110 1010010 111000

Color Harmonies of #BF32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32EB

Black with #BF32EB

Text Example


Text Example

White with #BF32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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