Html Css Color HEX #B42BB7 Dark Orchid

📋 copy color: '#B42BB7'

red 180 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #B42BB7

Tints of Dark Orchid #B42BB7

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

 GREEN value IS 43 (17.19% from 255) = 10.59%

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 44.33%
G = 10.59%
B = 45.07%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B42BB7 (or 0xB42BB7) is known color: Dark Orchid. HEX triplet: B4, 2B and B7. RGB value is (180,43,183). Sum of RGB (Red+Green+Blue) = 180+43+183=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B42BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BB7 is #4BD448. Grayscale: #636363. Windows color (decimal): -4969545 or 12004276. OLE color: 12004276.

HSL color Cylindrical-coordinate representation of color #B42BB7: hue angle of 298.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42BB7 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 43 183 -
CMYK 0.02 0.77 0 0.28
HSL 298.71º 0.62% 0.44% -
HSV(B) 298.71º 0.77% 0.72% -
XYZ 28.23 14.85 46.18 -
YUV 99.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 180 43 183 0.02 0.77 0 0.28 298.71 0.62 0.44
Hex B4 2B B7 2 4D 0 1C 12B 3E 2C
Octal 264 53 267 2 115 0 34 453 76 54
Binary 10110100 101011 10110111 10 1001101 0 11100 100101011 111110 101100

Color Harmonies of #B42BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BB7

Black with #B42BB7

Text Example


Text Example

White with #B42BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BB7; }

 p { color: rgb(180,43,183); }

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

background-color css

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

 a { background-color: rgb(180,43,183); }

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

border-color css

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

 span { border-color: rgb(180,43,183); }

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