Html Css Color HEX #BB44D2 Medium Orchid

📋 copy color: '#BB44D2'

red 187 ◦ green 68 ◦ blue 210

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

Shades of Medium Orchid #BB44D2

Tints of Medium Orchid #BB44D2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.62%

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 40.22%
G = 14.62%
B = 45.16%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB44D2 (or 0xBB44D2) is known color: Medium Orchid. HEX triplet: BB, 44 and D2. RGB value is (187,68,210). Sum of RGB (Red+Green+Blue) = 187+68+210=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB44D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44D2 is #44BB2D. Grayscale: #777777. Windows color (decimal): -4504366 or 13780155. OLE color: 13780155.

HSL color Cylindrical-coordinate representation of color #BB44D2: hue angle of 290.28º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB44D2 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 68 210 -
CMYK 0.11 0.68 0 0.18
HSL 290.28º 0.61% 0.55% -
HSV(B) 290.28º 0.68% 0.82% -
XYZ 34.19 19.35 62.91 -
YUV 119.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 187 68 210 0.11 0.68 0 0.18 290.28 0.61 0.55
Hex BB 44 D2 B 44 0 12 122 3D 37
Octal 273 104 322 13 104 0 22 442 75 67
Binary 10111011 1000100 11010010 1011 1000100 0 10010 100100010 111101 110111

Color Harmonies of #BB44D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44D2

Black with #BB44D2

Text Example


Text Example

White with #BB44D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44D2; }

 p { color: rgb(187,68,210); }

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

background-color css

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

 a { background-color: rgb(187,68,210); }

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

border-color css

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

 span { border-color: rgb(187,68,210); }

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