Html Css Color HEX #BB48EF Medium Orchid

📋 copy color: '#BB48EF'

red 187 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #BB48EF

Tints of Medium Orchid #BB48EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 37.55%
G = 14.46%
B = 47.99%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB48EF (or 0xBB48EF) is known color: Medium Orchid. HEX triplet: BB, 48 and EF. RGB value is (187,72,239). Sum of RGB (Red+Green+Blue) = 187+72+239=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB48EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48EF is #44B710. Grayscale: #7C7C7C. Windows color (decimal): -4503313 or 15681723. OLE color: 15681723.

HSL color Cylindrical-coordinate representation of color #BB48EF: hue angle of 281.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB48EF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 72 239 -
CMYK 0.22 0.70 0 0.06
HSL 281.32º 0.84% 0.61% -
HSV(B) 281.32º 0.7% 0.94% -
XYZ 38.39 21.43 83.77 -
YUV 125.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 187 72 239 0.22 0.70 0 0.06 281.32 0.84 0.61
Hex BB 48 EF 16 46 0 6 119 54 3D
Octal 273 110 357 26 106 0 6 431 124 75
Binary 10111011 1001000 11101111 10110 1000110 0 110 100011001 1010100 111101

Color Harmonies of #BB48EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48EF

Black with #BB48EF

Text Example


Text Example

White with #BB48EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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