Html Css Color HEX #BB30EC Medium Orchid

📋 copy color: '#BB30EC'

red 187 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #BB30EC

Tints of Medium Orchid #BB30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 39.7%
G = 10.19%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB30EC (or 0xBB30EC) is known color: Medium Orchid. HEX triplet: BB, 30 and EC. RGB value is (187,48,236). Sum of RGB (Red+Green+Blue) = 187+48+236=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30EC is #44CF13. Grayscale: #6E6E6E. Windows color (decimal): -4509460 or 15478971. OLE color: 15478971.

HSL color Cylindrical-coordinate representation of color #BB30EC: hue angle of 284.36º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB30EC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 48 236 -
CMYK 0.21 0.80 0 0.07
HSL 284.36º 0.83% 0.56% -
HSV(B) 284.36º 0.8% 0.93% -
XYZ 36.69 18.73 81.04 -
YUV 110.99 198.55 182.21 -
System Red Green Blue C M Y K H S L
Decimal 187 48 236 0.21 0.80 0 0.07 284.36 0.83 0.56
Hex BB 30 EC 15 50 0 7 11C 53 38
Octal 273 60 354 25 120 0 7 434 123 70
Binary 10111011 110000 11101100 10101 1010000 0 111 100011100 1010011 111000

Color Harmonies of #BB30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30EC

Black with #BB30EC

Text Example


Text Example

White with #BB30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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