Html Css Color HEX #B62ADF Dark Orchid

📋 copy color: '#B62ADF'

red 182 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #B62ADF

Tints of Dark Orchid #B62ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 40.72%
G = 9.4%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B62ADF (or 0xB62ADF) is known color: Dark Orchid. HEX triplet: B6, 2A and DF. RGB value is (182,42,223). Sum of RGB (Red+Green+Blue) = 182+42+223=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B62ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ADF is #49D520. Grayscale: #676767. Windows color (decimal): -4838689 or 14625462. OLE color: 14625462.

HSL color Cylindrical-coordinate representation of color #B62ADF: hue angle of 286.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62ADF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 42 223 -
CMYK 0.18 0.81 0 0.13
HSL 286.41º 0.74% 0.52% -
HSV(B) 286.41º 0.81% 0.87% -
XYZ 33.44 16.93 71.32 -
YUV 104.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 182 42 223 0.18 0.81 0 0.13 286.41 0.74 0.52
Hex B6 2A DF 12 51 0 D 11E 4A 34
Octal 266 52 337 22 121 0 15 436 112 64
Binary 10110110 101010 11011111 10010 1010001 0 1101 100011110 1001010 110100

Color Harmonies of #B62ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ADF

Black with #B62ADF

Text Example


Text Example

White with #B62ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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