Html Css Color HEX #BB28C2 Dark Orchid

📋 copy color: '#BB28C2'

red 187 ◦ green 40 ◦ blue 194

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

Shades of Dark Orchid #BB28C2

Tints of Dark Orchid #BB28C2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.5%

 BLUE value IS 194 (76.17% from 255) = 46.08%

R = 44.42%
G = 9.5%
B = 46.08%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB28C2 (or 0xBB28C2) is known color: Dark Orchid. HEX triplet: BB, 28 and C2. RGB value is (187,40,194). Sum of RGB (Red+Green+Blue) = 187+40+194=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB28C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28C2 is #44D73D. Grayscale: #656565. Windows color (decimal): -4511550 or 12724411. OLE color: 12724411.

HSL color Cylindrical-coordinate representation of color #BB28C2: hue angle of 297.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB28C2 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 40 194 -
CMYK 0.04 0.79 0 0.24
HSL 297.27º 0.66% 0.46% -
HSV(B) 297.27º 0.79% 0.76% -
XYZ 30.99 15.98 52.49 -
YUV 101.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 187 40 194 0.04 0.79 0 0.24 297.27 0.66 0.46
Hex BB 28 C2 4 4F 0 18 129 42 2E
Octal 273 50 302 4 117 0 30 451 102 56
Binary 10111011 101000 11000010 100 1001111 0 11000 100101001 1000010 101110

Color Harmonies of #BB28C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28C2

Black with #BB28C2

Text Example


Text Example

White with #BB28C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28C2; }

 p { color: rgb(187,40,194); }

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

background-color css

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

 a { background-color: rgb(187,40,194); }

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

border-color css

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

 span { border-color: rgb(187,40,194); }

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