Html Css Color HEX #BF34E8 Medium Orchid

📋 copy color: '#BF34E8'

red 191 ◦ green 52 ◦ blue 232

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

Shades of Medium Orchid #BF34E8

Tints of Medium Orchid #BF34E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 40.21%
G = 10.95%
B = 48.84%

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

#BF34E8 (or 0xBF34E8) is known color: Medium Orchid. HEX triplet: BF, 34 and E8. RGB value is (191,52,232). Sum of RGB (Red+Green+Blue) = 191+52+232=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF34E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34E8 is #40CB17. Grayscale: #717171. Windows color (decimal): -4246296 or 15217855. OLE color: 15217855.

HSL color Cylindrical-coordinate representation of color #BF34E8: hue angle of 286.33º 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 #BF34E8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 52 232 -
CMYK 0.18 0.78 0 0.09
HSL 286.33º 0.8% 0.56% -
HSV(B) 286.33º 0.78% 0.91% -
XYZ 37.28 19.36 78.12 -
YUV 114.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 191 52 232 0.18 0.78 0 0.09 286.33 0.8 0.56
Hex BF 34 E8 12 4E 0 9 11E 50 38
Octal 277 64 350 22 116 0 11 436 120 70
Binary 10111111 110100 11101000 10010 1001110 0 1001 100011110 1010000 111000

Color Harmonies of #BF34E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34E8

Black with #BF34E8

Text Example


Text Example

White with #BF34E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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