Html Css Color HEX #BB28CF Dark Orchid

📋 copy color: '#BB28CF'

red 187 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #BB28CF

Tints of Dark Orchid #BB28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 43.09%
G = 9.22%
B = 47.7%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB28CF (or 0xBB28CF) is known color: Dark Orchid. HEX triplet: BB, 28 and CF. RGB value is (187,40,207). Sum of RGB (Red+Green+Blue) = 187+40+207=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28CF is #44D730. Grayscale: #666666. Windows color (decimal): -4511537 or 13576379. OLE color: 13576379.

HSL color Cylindrical-coordinate representation of color #BB28CF: hue angle of 292.81º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB28CF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 40 207 -
CMYK 0.10 0.81 0 0.19
HSL 292.81º 0.68% 0.48% -
HSV(B) 292.81º 0.81% 0.81% -
XYZ 32.51 16.59 60.52 -
YUV 102.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 187 40 207 0.10 0.81 0 0.19 292.81 0.68 0.48
Hex BB 28 CF A 51 0 13 125 44 30
Octal 273 50 317 12 121 0 23 445 104 60
Binary 10111011 101000 11001111 1010 1010001 0 10011 100100101 1000100 110000

Color Harmonies of #BB28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28CF

Black with #BB28CF

Text Example


Text Example

White with #BB28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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