Html Css Color HEX #B62ABA Dark Orchid

📋 copy color: '#B62ABA'

red 182 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #B62ABA

Tints of Dark Orchid #B62ABA

RGB

 RED value IS 182 (71.48% from 255) = 44.39%

 GREEN value IS 42 (16.8% from 255) = 10.24%

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

R = 44.39%
G = 10.24%
B = 45.37%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B62ABA (or 0xB62ABA) is known color: Dark Orchid. HEX triplet: B6, 2A and BA. RGB value is (182,42,186). Sum of RGB (Red+Green+Blue) = 182+42+186=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 42 (16.80% from 255 or 10.24% 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 #B62ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ABA is #49D545. Grayscale: #636363. Windows color (decimal): -4838726 or 12200630. OLE color: 12200630.

HSL color Cylindrical-coordinate representation of color #B62ABA: hue angle of 298.33º degrees, saturation: 0.63, 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 #B62ABA is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 42 186 -
CMYK 0.02 0.77 0 0.27
HSL 298.33º 0.63% 0.45% -
HSV(B) 298.33º 0.77% 0.73% -
XYZ 28.98 15.15 47.85 -
YUV 100.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 182 42 186 0.02 0.77 0 0.27 298.33 0.63 0.45
Hex B6 2A BA 2 4D 0 1B 12A 3F 2D
Octal 266 52 272 2 115 0 33 452 77 55
Binary 10110110 101010 10111010 10 1001101 0 11011 100101010 111111 101101

Color Harmonies of #B62ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ABA

Black with #B62ABA

Text Example


Text Example

White with #B62ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ABA; }

 p { color: rgb(182,42,186); }

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

background-color css

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

 a { background-color: rgb(182,42,186); }

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

border-color css

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

 span { border-color: rgb(182,42,186); }

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