Html Css Color HEX #BB30E0 Medium Orchid

📋 copy color: '#BB30E0'

red 187 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #BB30E0

Tints of Medium Orchid #BB30E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 40.74%
G = 10.46%
B = 48.8%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB30E0 (or 0xBB30E0) is known color: Medium Orchid. HEX triplet: BB, 30 and E0. RGB value is (187,48,224). Sum of RGB (Red+Green+Blue) = 187+48+224=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30E0 is #44CF1F. Grayscale: #6D6D6D. Windows color (decimal): -4509472 or 14692539. OLE color: 14692539.

HSL color Cylindrical-coordinate representation of color #BB30E0: hue angle of 287.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB30E0 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 48 224 -
CMYK 0.17 0.79 0 0.12
HSL 287.39º 0.74% 0.53% -
HSV(B) 287.39º 0.79% 0.88% -
XYZ 35.01 18.06 72.16 -
YUV 109.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 187 48 224 0.17 0.79 0 0.12 287.39 0.74 0.53
Hex BB 30 E0 11 4F 0 C 11F 4A 35
Octal 273 60 340 21 117 0 14 437 112 65
Binary 10111011 110000 11100000 10001 1001111 0 1100 100011111 1001010 110101

Color Harmonies of #BB30E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30E0

Black with #BB30E0

Text Example


Text Example

White with #BB30E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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