Html Css Color HEX #B42BBA Dark Orchid

📋 copy color: '#B42BBA'

red 180 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #B42BBA

Tints of Dark Orchid #B42BBA

RGB

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

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

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

R = 44.01%
G = 10.51%
B = 45.48%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B42BBA (or 0xB42BBA) is known color: Dark Orchid. HEX triplet: B4, 2B and BA. RGB value is (180,43,186). Sum of RGB (Red+Green+Blue) = 180+43+186=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BBA is #4BD445. Grayscale: #636363. Windows color (decimal): -4969542 or 12200884. OLE color: 12200884.

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

Color convert

RGB 180 43 186 -
CMYK 0.03 0.77 0 0.27
HSL 297.48º 0.62% 0.45% -
HSV(B) 297.48º 0.77% 0.73% -
XYZ 28.55 14.98 47.84 -
YUV 100.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 180 43 186 0.03 0.77 0 0.27 297.48 0.62 0.45
Hex B4 2B BA 3 4D 0 1B 129 3E 2D
Octal 264 53 272 3 115 0 33 451 76 55
Binary 10110100 101011 10111010 11 1001101 0 11011 100101001 111110 101101

Color Harmonies of #B42BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BBA

Black with #B42BBA

Text Example


Text Example

White with #B42BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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