Html Css Color HEX #B620E4 Dark Orchid

📋 copy color: '#B620E4'

red 182 ◦ green 32 ◦ blue 228

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

Shades of Dark Orchid #B620E4

Tints of Dark Orchid #B620E4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

 BLUE value IS 228 (89.45% from 255) = 51.58%

R = 41.18%
G = 7.24%
B = 51.58%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B620E4 (or 0xB620E4) is known color: Dark Orchid. HEX triplet: B6, 20 and E4. RGB value is (182,32,228). Sum of RGB (Red+Green+Blue) = 182+32+228=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #B620E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620E4 is #49DF1B. Grayscale: #626262. Windows color (decimal): -4841244 or 14950582. OLE color: 14950582.

HSL color Cylindrical-coordinate representation of color #B620E4: hue angle of 285.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B620E4 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 32 228 -
CMYK 0.20 0.86 0 0.11
HSL 285.92º 0.78% 0.51% -
HSV(B) 285.92º 0.86% 0.89% -
XYZ 33.81 16.58 74.82 -
YUV 99.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 182 32 228 0.20 0.86 0 0.11 285.92 0.78 0.51
Hex B6 20 E4 14 56 0 B 11E 4E 33
Octal 266 40 344 24 126 0 13 436 116 63
Binary 10110110 100000 11100100 10100 1010110 0 1011 100011110 1001110 110011

Color Harmonies of #B620E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620E4

Black with #B620E4

Text Example


Text Example

White with #B620E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620E4; }

 p { color: rgb(182,32,228); }

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

background-color css

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

 a { background-color: rgb(182,32,228); }

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

border-color css

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

 span { border-color: rgb(182,32,228); }

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