Html Css Color HEX #BB34EF Medium Orchid

📋 copy color: '#BB34EF'

red 187 ◦ green 52 ◦ blue 239

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

Shades of Medium Orchid #BB34EF

Tints of Medium Orchid #BB34EF

RGB

 RED value IS 187 (73.44% from 255) = 39.12%

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 39.12%
G = 10.88%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB34EF (or 0xBB34EF) is known color: Medium Orchid. HEX triplet: BB, 34 and EF. RGB value is (187,52,239). Sum of RGB (Red+Green+Blue) = 187+52+239=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34EF is #44CB10. Grayscale: #717171. Windows color (decimal): -4508433 or 15676603. OLE color: 15676603.

HSL color Cylindrical-coordinate representation of color #BB34EF: hue angle of 283.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB34EF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 52 239 -
CMYK 0.22 0.78 0 0.06
HSL 283.32º 0.85% 0.57% -
HSV(B) 283.32º 0.78% 0.94% -
XYZ 37.3 19.25 83.41 -
YUV 113.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 187 52 239 0.22 0.78 0 0.06 283.32 0.85 0.57
Hex BB 34 EF 16 4E 0 6 11B 55 39
Octal 273 64 357 26 116 0 6 433 125 71
Binary 10111011 110100 11101111 10110 1001110 0 110 100011011 1010101 111001

Color Harmonies of #BB34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34EF

Black with #BB34EF

Text Example


Text Example

White with #BB34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34EF; }

 p { color: rgb(187,52,239); }

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

background-color css

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

 a { background-color: rgb(187,52,239); }

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

border-color css

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

 span { border-color: rgb(187,52,239); }

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