Html Css Color HEX #B628BE Dark Orchid

📋 copy color: '#B628BE'

red 182 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #B628BE

Tints of Dark Orchid #B628BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

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

R = 44.17%
G = 9.71%
B = 46.12%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B628BE (or 0xB628BE) is known color: Dark Orchid. HEX triplet: B6, 28 and BE. RGB value is (182,40,190). Sum of RGB (Red+Green+Blue) = 182+40+190=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B628BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BE is #49D741. Grayscale: #636363. Windows color (decimal): -4839234 or 12462262. OLE color: 12462262.

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

Color convert

RGB 182 40 190 -
CMYK 0.04 0.79 0 0.25
HSL 296.8º 0.65% 0.45% -
HSV(B) 296.8º 0.79% 0.75% -
XYZ 29.34 15.18 50.1 -
YUV 99.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 182 40 190 0.04 0.79 0 0.25 296.8 0.65 0.45
Hex B6 28 BE 4 4F 0 19 129 41 2D
Octal 266 50 276 4 117 0 31 451 101 55
Binary 10110110 101000 10111110 100 1001111 0 11001 100101001 1000001 101101

Color Harmonies of #B628BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628BE

Black with #B628BE

Text Example


Text Example

White with #B628BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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