Html Css Color HEX #B629DD Dark Orchid

📋 copy color: '#B629DD'

red 182 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #B629DD

Tints of Dark Orchid #B629DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

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

R = 40.99%
G = 9.23%
B = 49.77%

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

#B629DD (or 0xB629DD) is known color: Dark Orchid. HEX triplet: B6, 29 and DD. RGB value is (182,41,221). Sum of RGB (Red+Green+Blue) = 182+41+221=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B629DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629DD is #49D622. Grayscale: #676767. Windows color (decimal): -4838947 or 14494134. OLE color: 14494134.

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

Color convert

RGB 182 41 221 -
CMYK 0.18 0.81 0 0.13
HSL 287º 0.73% 0.51% -
HSV(B) 287º 0.81% 0.87% -
XYZ 33.14 16.75 69.89 -
YUV 103.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 182 41 221 0.18 0.81 0 0.13 287 0.73 0.51
Hex B6 29 DD 12 51 0 D 11F 49 33
Octal 266 51 335 22 121 0 15 437 111 63
Binary 10110110 101001 11011101 10010 1010001 0 1101 100011111 1001001 110011

Color Harmonies of #B629DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629DD

Black with #B629DD

Text Example


Text Example

White with #B629DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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