Html Css Color HEX #B62BD1 Dark Orchid

📋 copy color: '#B62BD1'

red 182 ◦ green 43 ◦ blue 209

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

Shades of Dark Orchid #B62BD1

Tints of Dark Orchid #B62BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 41.94%
G = 9.91%
B = 48.16%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B62BD1 (or 0xB62BD1) is known color: Dark Orchid. HEX triplet: B6, 2B and D1. RGB value is (182,43,209). Sum of RGB (Red+Green+Blue) = 182+43+209=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #B62BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BD1 is #49D42E. Grayscale: #666666. Windows color (decimal): -4838447 or 13708214. OLE color: 13708214.

HSL color Cylindrical-coordinate representation of color #B62BD1: hue angle of 290.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62BD1 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 43 209 -
CMYK 0.13 0.79 0 0.18
HSL 290.24º 0.66% 0.49% -
HSV(B) 290.24º 0.79% 0.82% -
XYZ 31.66 16.28 61.79 -
YUV 103.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 182 43 209 0.13 0.79 0 0.18 290.24 0.66 0.49
Hex B6 2B D1 D 4F 0 12 122 42 31
Octal 266 53 321 15 117 0 22 442 102 61
Binary 10110110 101011 11010001 1101 1001111 0 10010 100100010 1000010 110001

Color Harmonies of #B62BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BD1

Black with #B62BD1

Text Example


Text Example

White with #B62BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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