Html Css Color HEX #B629BA Dark Orchid

📋 copy color: '#B629BA'

red 182 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #B629BA

Tints of Dark Orchid #B629BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 44.5%
G = 10.02%
B = 45.48%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B629BA (or 0xB629BA) is known color: Dark Orchid. HEX triplet: B6, 29 and BA. RGB value is (182,41,186). Sum of RGB (Red+Green+Blue) = 182+41+186=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B629BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629BA is #49D645. Grayscale: #636363. Windows color (decimal): -4838982 or 12200374. OLE color: 12200374.

HSL color Cylindrical-coordinate representation of color #B629BA: hue angle of 298.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B629BA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 41 186 -
CMYK 0.02 0.78 0 0.27
HSL 298.34º 0.64% 0.45% -
HSV(B) 298.34º 0.78% 0.73% -
XYZ 28.95 15.08 47.84 -
YUV 99.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 182 41 186 0.02 0.78 0 0.27 298.34 0.64 0.45
Hex B6 29 BA 2 4E 0 1B 12A 40 2D
Octal 266 51 272 2 116 0 33 452 100 55
Binary 10110110 101001 10111010 10 1001110 0 11011 100101010 1000000 101101

Color Harmonies of #B629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629BA

Black with #B629BA

Text Example


Text Example

White with #B629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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