Html Css Color HEX #B62BDD Dark Orchid

📋 copy color: '#B62BDD'

red 182 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B62BDD

Tints of Dark Orchid #B62BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 40.81%
G = 9.64%
B = 49.55%

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

#B62BDD (or 0xB62BDD) is known color: Dark Orchid. HEX triplet: B6, 2B and DD. RGB value is (182,43,221). Sum of RGB (Red+Green+Blue) = 182+43+221=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B62BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BDD is #49D422. Grayscale: #686868. Windows color (decimal): -4838435 or 14494646. OLE color: 14494646.

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

Color convert

RGB 182 43 221 -
CMYK 0.18 0.81 0 0.13
HSL 286.85º 0.72% 0.52% -
HSV(B) 286.85º 0.81% 0.87% -
XYZ 33.21 16.89 69.92 -
YUV 104.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 182 43 221 0.18 0.81 0 0.13 286.85 0.72 0.52
Hex B6 2B DD 12 51 0 D 11F 48 34
Octal 266 53 335 22 121 0 15 437 110 64
Binary 10110110 101011 11011101 10010 1010001 0 1101 100011111 1001000 110100

Color Harmonies of #B62BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BDD

Black with #B62BDD

Text Example


Text Example

White with #B62BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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