Html Css Color HEX #BB27C7 Dark Orchid

📋 copy color: '#BB27C7'

red 187 ◦ green 39 ◦ blue 199

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

Shades of Dark Orchid #BB27C7

Tints of Dark Orchid #BB27C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 44%
G = 9.18%
B = 46.82%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB27C7 (or 0xBB27C7) is known color: Dark Orchid. HEX triplet: BB, 27 and C7. RGB value is (187,39,199). Sum of RGB (Red+Green+Blue) = 187+39+199=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB27C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27C7 is #44D838. Grayscale: #656565. Windows color (decimal): -4511801 or 13051835. OLE color: 13051835.

HSL color Cylindrical-coordinate representation of color #BB27C7: hue angle of 295.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB27C7 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 39 199 -
CMYK 0.06 0.80 0 0.22
HSL 295.5º 0.67% 0.47% -
HSV(B) 295.5º 0.8% 0.78% -
XYZ 31.53 16.14 55.49 -
YUV 101.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 187 39 199 0.06 0.80 0 0.22 295.5 0.67 0.47
Hex BB 27 C7 6 50 0 16 128 43 2F
Octal 273 47 307 6 120 0 26 450 103 57
Binary 10111011 100111 11000111 110 1010000 0 10110 100101000 1000011 101111

Color Harmonies of #BB27C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27C7

Black with #BB27C7

Text Example


Text Example

White with #BB27C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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