Html Css Color HEX #B42CBA Dark Orchid

📋 copy color: '#B42CBA'

red 180 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #B42CBA

Tints of Dark Orchid #B42CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 43.9%
G = 10.73%
B = 45.37%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B42CBA (or 0xB42CBA) is known color: Dark Orchid. HEX triplet: B4, 2C and BA. RGB value is (180,44,186). Sum of RGB (Red+Green+Blue) = 180+44+186=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CBA is #4BD345. Grayscale: #646464. Windows color (decimal): -4969286 or 12201140. OLE color: 12201140.

HSL color Cylindrical-coordinate representation of color #B42CBA: hue angle of 297.46º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42CBA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 44 186 -
CMYK 0.03 0.76 0 0.27
HSL 297.46º 0.62% 0.45% -
HSV(B) 297.46º 0.76% 0.73% -
XYZ 28.59 15.05 47.85 -
YUV 100.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 180 44 186 0.03 0.76 0 0.27 297.46 0.62 0.45
Hex B4 2C BA 3 4C 0 1B 129 3E 2D
Octal 264 54 272 3 114 0 33 451 76 55
Binary 10110100 101100 10111010 11 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B42CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CBA

Black with #B42CBA

Text Example


Text Example

White with #B42CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CBA; }

 p { color: rgb(180,44,186); }

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

background-color css

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

 a { background-color: rgb(180,44,186); }

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

border-color css

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

 span { border-color: rgb(180,44,186); }

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