Html Css Color HEX #BF34E9 Medium Orchid

📋 copy color: '#BF34E9'

red 191 ◦ green 52 ◦ blue 233

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

Shades of Medium Orchid #BF34E9

Tints of Medium Orchid #BF34E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.95%

R = 40.13%
G = 10.92%
B = 48.95%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF34E9 (or 0xBF34E9) is known color: Medium Orchid. HEX triplet: BF, 34 and E9. RGB value is (191,52,233). Sum of RGB (Red+Green+Blue) = 191+52+233=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF34E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34E9 is #40CB16. Grayscale: #717171. Windows color (decimal): -4246295 or 15283391. OLE color: 15283391.

HSL color Cylindrical-coordinate representation of color #BF34E9: hue angle of 286.08º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF34E9 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 52 233 -
CMYK 0.18 0.78 0 0.09
HSL 286.08º 0.8% 0.56% -
HSV(B) 286.08º 0.78% 0.91% -
XYZ 37.42 19.42 78.87 -
YUV 114.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 191 52 233 0.18 0.78 0 0.09 286.08 0.8 0.56
Hex BF 34 E9 12 4E 0 9 11E 50 38
Octal 277 64 351 22 116 0 11 436 120 70
Binary 10111111 110100 11101001 10010 1001110 0 1001 100011110 1010000 111000

Color Harmonies of #BF34E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34E9

Black with #BF34E9

Text Example


Text Example

White with #BF34E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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