Html Css Color HEX #B629BC Dark Orchid

📋 copy color: '#B629BC'

red 182 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #B629BC

Tints of Dark Orchid #B629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 44.28%
G = 9.98%
B = 45.74%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B629BC (or 0xB629BC) is known color: Dark Orchid. HEX triplet: B6, 29 and BC. RGB value is (182,41,188). Sum of RGB (Red+Green+Blue) = 182+41+188=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #B629BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629BC is #49D643. Grayscale: #636363. Windows color (decimal): -4838980 or 12331446. OLE color: 12331446.

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

Color convert

RGB 182 41 188 -
CMYK 0.03 0.78 0 0.26
HSL 297.55º 0.64% 0.45% -
HSV(B) 297.55º 0.78% 0.74% -
XYZ 29.16 15.16 48.97 -
YUV 99.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 182 41 188 0.03 0.78 0 0.26 297.55 0.64 0.45
Hex B6 29 BC 3 4E 0 1A 12A 40 2D
Octal 266 51 274 3 116 0 32 452 100 55
Binary 10110110 101001 10111100 11 1001110 0 11010 100101010 1000000 101101

Color Harmonies of #B629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629BC

Black with #B629BC

Text Example


Text Example

White with #B629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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