Html Css Color HEX #B629BE Dark Orchid

📋 copy color: '#B629BE'

red 182 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #B629BE

Tints of Dark Orchid #B629BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 44.07%
G = 9.93%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B629BE (or 0xB629BE) is known color: Dark Orchid. HEX triplet: B6, 29 and BE. RGB value is (182,41,190). Sum of RGB (Red+Green+Blue) = 182+41+190=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B629BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629BE is #49D641. Grayscale: #636363. Windows color (decimal): -4838978 or 12462518. OLE color: 12462518.

HSL color Cylindrical-coordinate representation of color #B629BE: hue angle of 296.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B629BE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 41 190 -
CMYK 0.04 0.78 0 0.25
HSL 296.78º 0.65% 0.45% -
HSV(B) 296.78º 0.78% 0.75% -
XYZ 29.38 15.25 50.11 -
YUV 100.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 182 41 190 0.04 0.78 0 0.25 296.78 0.65 0.45
Hex B6 29 BE 4 4E 0 19 129 41 2D
Octal 266 51 276 4 116 0 31 451 101 55
Binary 10110110 101001 10111110 100 1001110 0 11001 100101001 1000001 101101

Color Harmonies of #B629BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629BE

Black with #B629BE

Text Example


Text Example

White with #B629BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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