Html Css Color HEX #B628DD Dark Orchid

📋 copy color: '#B628DD'

red 182 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #B628DD

Tints of Dark Orchid #B628DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.03%

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

R = 41.08%
G = 9.03%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B628DD (or 0xB628DD) is known color: Dark Orchid. HEX triplet: B6, 28 and DD. RGB value is (182,40,221). Sum of RGB (Red+Green+Blue) = 182+40+221=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B628DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DD is #49D722. Grayscale: #666666. Windows color (decimal): -4839203 or 14493878. OLE color: 14493878.

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

Color convert

RGB 182 40 221 -
CMYK 0.18 0.82 0 0.13
HSL 287.07º 0.73% 0.51% -
HSV(B) 287.07º 0.82% 0.87% -
XYZ 33.1 16.68 69.88 -
YUV 103.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 182 40 221 0.18 0.82 0 0.13 287.07 0.73 0.51
Hex B6 28 DD 12 52 0 D 11F 49 33
Octal 266 50 335 22 122 0 15 437 111 63
Binary 10110110 101000 11011101 10010 1010010 0 1101 100011111 1001001 110011

Color Harmonies of #B628DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628DD

Black with #B628DD

Text Example


Text Example

White with #B628DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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