Html Css Color HEX #BB44EA Medium Orchid

📋 copy color: '#BB44EA'

red 187 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #BB44EA

Tints of Medium Orchid #BB44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.91%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 38.24%
G = 13.91%
B = 47.85%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB44EA (or 0xBB44EA) is known color: Medium Orchid. HEX triplet: BB, 44 and EA. RGB value is (187,68,234). Sum of RGB (Red+Green+Blue) = 187+68+234=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44EA is #44BB15. Grayscale: #797979. Windows color (decimal): -4504342 or 15353019. OLE color: 15353019.

HSL color Cylindrical-coordinate representation of color #BB44EA: hue angle of 283.01º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB44EA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 68 234 -
CMYK 0.20 0.71 0 0.08
HSL 283.01º 0.8% 0.59% -
HSV(B) 283.01º 0.71% 0.92% -
XYZ 37.41 20.64 79.85 -
YUV 122.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 187 68 234 0.20 0.71 0 0.08 283.01 0.8 0.59
Hex BB 44 EA 14 47 0 8 11B 50 3B
Octal 273 104 352 24 107 0 10 433 120 73
Binary 10111011 1000100 11101010 10100 1000111 0 1000 100011011 1010000 111011

Color Harmonies of #BB44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44EA

Black with #BB44EA

Text Example


Text Example

White with #BB44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44EA; }

 p { color: rgb(187,68,234); }

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

background-color css

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

 a { background-color: rgb(187,68,234); }

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

border-color css

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

 span { border-color: rgb(187,68,234); }

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