Html Css Color HEX #B62DDF Dark Orchid

📋 copy color: '#B62DDF'

red 182 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #B62DDF

Tints of Dark Orchid #B62DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10%

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

R = 40.44%
G = 10%
B = 49.56%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B62DDF (or 0xB62DDF) is known color: Dark Orchid. HEX triplet: B6, 2D and DF. RGB value is (182,45,223). Sum of RGB (Red+Green+Blue) = 182+45+223=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #B62DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DDF is #49D220. Grayscale: #696969. Windows color (decimal): -4837921 or 14626230. OLE color: 14626230.

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

Color convert

RGB 182 45 223 -
CMYK 0.18 0.80 0 0.13
HSL 286.18º 0.74% 0.53% -
HSV(B) 286.18º 0.8% 0.87% -
XYZ 33.55 17.15 71.35 -
YUV 106.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 182 45 223 0.18 0.80 0 0.13 286.18 0.74 0.53
Hex B6 2D DF 12 50 0 D 11E 4A 35
Octal 266 55 337 22 120 0 15 436 112 65
Binary 10110110 101101 11011111 10010 1010000 0 1101 100011110 1001010 110101

Color Harmonies of #B62DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DDF

Black with #B62DDF

Text Example


Text Example

White with #B62DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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