Html Css Color HEX #B62BDF Dark Orchid

📋 copy color: '#B62BDF'

red 182 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #B62BDF

Tints of Dark Orchid #B62BDF

RGB

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

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

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

R = 40.63%
G = 9.6%
B = 49.78%

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

#B62BDF (or 0xB62BDF) is known color: Dark Orchid. HEX triplet: B6, 2B and DF. RGB value is (182,43,223). Sum of RGB (Red+Green+Blue) = 182+43+223=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B62BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BDF is #49D420. Grayscale: #686868. Windows color (decimal): -4838433 or 14625718. OLE color: 14625718.

HSL color Cylindrical-coordinate representation of color #B62BDF: hue angle of 286.33º 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 #B62BDF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 43 223 -
CMYK 0.18 0.81 0 0.13
HSL 286.33º 0.74% 0.52% -
HSV(B) 286.33º 0.81% 0.87% -
XYZ 33.47 17 71.33 -
YUV 105.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 182 43 223 0.18 0.81 0 0.13 286.33 0.74 0.52
Hex B6 2B DF 12 51 0 D 11E 4A 34
Octal 266 53 337 22 121 0 15 436 112 64
Binary 10110110 101011 11011111 10010 1010001 0 1101 100011110 1001010 110100

Color Harmonies of #B62BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BDF

Black with #B62BDF

Text Example


Text Example

White with #B62BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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