Html Css Color HEX #B629DA Dark Orchid

📋 copy color: '#B629DA'

red 182 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #B629DA

Tints of Dark Orchid #B629DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 41.27%
G = 9.3%
B = 49.43%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B629DA (or 0xB629DA) is known color: Dark Orchid. HEX triplet: B6, 29 and DA. RGB value is (182,41,218). Sum of RGB (Red+Green+Blue) = 182+41+218=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #B629DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629DA is #49D625. Grayscale: #666666. Windows color (decimal): -4838950 or 14297526. OLE color: 14297526.

HSL color Cylindrical-coordinate representation of color #B629DA: hue angle of 287.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B629DA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 41 218 -
CMYK 0.17 0.81 0 0.15
HSL 287.8º 0.71% 0.51% -
HSV(B) 287.8º 0.81% 0.85% -
XYZ 32.74 16.59 67.81 -
YUV 103.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 182 41 218 0.17 0.81 0 0.15 287.8 0.71 0.51
Hex B6 29 DA 11 51 0 F 120 47 33
Octal 266 51 332 21 121 0 17 440 107 63
Binary 10110110 101001 11011010 10001 1010001 0 1111 100100000 1000111 110011

Color Harmonies of #B629DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629DA

Black with #B629DA

Text Example


Text Example

White with #B629DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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