Html Css Color HEX #BB48ED Medium Orchid

📋 copy color: '#BB48ED'

red 187 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #BB48ED

Tints of Medium Orchid #BB48ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.52%

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

R = 37.7%
G = 14.52%
B = 47.78%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB48ED (or 0xBB48ED) is known color: Medium Orchid. HEX triplet: BB, 48 and ED. RGB value is (187,72,237). Sum of RGB (Red+Green+Blue) = 187+72+237=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48ED is #44B712. Grayscale: #7C7C7C. Windows color (decimal): -4503315 or 15550651. OLE color: 15550651.

HSL color Cylindrical-coordinate representation of color #BB48ED: hue angle of 281.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB48ED is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 72 237 -
CMYK 0.21 0.70 0 0.07
HSL 281.82º 0.82% 0.61% -
HSV(B) 281.82º 0.7% 0.93% -
XYZ 38.1 21.31 82.23 -
YUV 125.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 187 72 237 0.21 0.70 0 0.07 281.82 0.82 0.61
Hex BB 48 ED 15 46 0 7 11A 52 3D
Octal 273 110 355 25 106 0 7 432 122 75
Binary 10111011 1001000 11101101 10101 1000110 0 111 100011010 1010010 111101

Color Harmonies of #BB48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48ED

Black with #BB48ED

Text Example


Text Example

White with #BB48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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