Html Css Color HEX #BB30E8 Medium Orchid

📋 copy color: '#BB30E8'

red 187 ◦ green 48 ◦ blue 232

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

Shades of Medium Orchid #BB30E8

Tints of Medium Orchid #BB30E8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

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

R = 40.04%
G = 10.28%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB30E8 (or 0xBB30E8) is known color: Medium Orchid. HEX triplet: BB, 30 and E8. RGB value is (187,48,232). Sum of RGB (Red+Green+Blue) = 187+48+232=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB30E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30E8 is #44CF17. Grayscale: #6D6D6D. Windows color (decimal): -4509464 or 15216827. OLE color: 15216827.

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

Color convert

RGB 187 48 232 -
CMYK 0.19 0.79 0 0.09
HSL 285.33º 0.8% 0.55% -
HSV(B) 285.33º 0.79% 0.91% -
XYZ 36.12 18.5 78.01 -
YUV 110.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 187 48 232 0.19 0.79 0 0.09 285.33 0.8 0.55
Hex BB 30 E8 13 4F 0 9 11D 50 37
Octal 273 60 350 23 117 0 11 435 120 67
Binary 10111011 110000 11101000 10011 1001111 0 1001 100011101 1010000 110111

Color Harmonies of #BB30E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30E8

Black with #BB30E8

Text Example


Text Example

White with #BB30E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30E8; }

 p { color: rgb(187,48,232); }

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

background-color css

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

 a { background-color: rgb(187,48,232); }

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

border-color css

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

 span { border-color: rgb(187,48,232); }

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