Html Css Color HEX #BB27D5 Dark Orchid

📋 copy color: '#BB27D5'

red 187 ◦ green 39 ◦ blue 213

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

Shades of Dark Orchid #BB27D5

Tints of Dark Orchid #BB27D5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.88%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 42.6%
G = 8.88%
B = 48.52%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB27D5 (or 0xBB27D5) is known color: Dark Orchid. HEX triplet: BB, 27 and D5. RGB value is (187,39,213). Sum of RGB (Red+Green+Blue) = 187+39+213=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB27D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27D5 is #44D82A. Grayscale: #666666. Windows color (decimal): -4511787 or 13969339. OLE color: 13969339.

HSL color Cylindrical-coordinate representation of color #BB27D5: hue angle of 291.03º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB27D5 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 39 213 -
CMYK 0.12 0.82 0 0.16
HSL 291.03º 0.69% 0.49% -
HSV(B) 291.03º 0.82% 0.84% -
XYZ 33.23 16.82 64.45 -
YUV 103.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 187 39 213 0.12 0.82 0 0.16 291.03 0.69 0.49
Hex BB 27 D5 C 52 0 10 123 45 31
Octal 273 47 325 14 122 0 20 443 105 61
Binary 10111011 100111 11010101 1100 1010010 0 10000 100100011 1000101 110001

Color Harmonies of #BB27D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27D5

Black with #BB27D5

Text Example


Text Example

White with #BB27D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27D5; }

 p { color: rgb(187,39,213); }

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

background-color css

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

 a { background-color: rgb(187,39,213); }

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

border-color css

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

 span { border-color: rgb(187,39,213); }

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