Html Css Color HEX #BB34ED Medium Orchid

📋 copy color: '#BB34ED'

red 187 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #BB34ED

Tints of Medium Orchid #BB34ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 39.29%
G = 10.92%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB34ED (or 0xBB34ED) is known color: Medium Orchid. HEX triplet: BB, 34 and ED. RGB value is (187,52,237). Sum of RGB (Red+Green+Blue) = 187+52+237=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34ED is #44CB12. Grayscale: #707070. Windows color (decimal): -4508435 or 15545531. OLE color: 15545531.

HSL color Cylindrical-coordinate representation of color #BB34ED: hue angle of 283.78º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB34ED is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 52 237 -
CMYK 0.21 0.78 0 0.07
HSL 283.78º 0.84% 0.57% -
HSV(B) 283.78º 0.78% 0.93% -
XYZ 37.01 19.14 81.86 -
YUV 113.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 187 52 237 0.21 0.78 0 0.07 283.78 0.84 0.57
Hex BB 34 ED 15 4E 0 7 11C 54 39
Octal 273 64 355 25 116 0 7 434 124 71
Binary 10111011 110100 11101101 10101 1001110 0 111 100011100 1010100 111001

Color Harmonies of #BB34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34ED

Black with #BB34ED

Text Example


Text Example

White with #BB34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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