Html Css Color HEX #B62EDD Dark Orchid

📋 copy color: '#B62EDD'

red 182 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #B62EDD

Tints of Dark Orchid #B62EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

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

R = 40.53%
G = 10.24%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B62EDD (or 0xB62EDD) is known color: Dark Orchid. HEX triplet: B6, 2E and DD. RGB value is (182,46,221). Sum of RGB (Red+Green+Blue) = 182+46+221=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #B62EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62EDD is #49D122. Grayscale: #6A6A6A. Windows color (decimal): -4837667 or 14495414. OLE color: 14495414.

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

Color convert

RGB 182 46 221 -
CMYK 0.18 0.79 0 0.13
HSL 286.63º 0.72% 0.52% -
HSV(B) 286.63º 0.79% 0.87% -
XYZ 33.32 17.12 69.95 -
YUV 106.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 182 46 221 0.18 0.79 0 0.13 286.63 0.72 0.52
Hex B6 2E DD 12 4F 0 D 11F 48 34
Octal 266 56 335 22 117 0 15 437 110 64
Binary 10110110 101110 11011101 10010 1001111 0 1101 100011111 1001000 110100

Color Harmonies of #B62EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EDD

Black with #B62EDD

Text Example


Text Example

White with #B62EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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