Html Css Color HEX #B628BA Dark Orchid

📋 copy color: '#B628BA'

red 182 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #B628BA

Tints of Dark Orchid #B628BA

RGB

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

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

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

R = 44.61%
G = 9.8%
B = 45.59%

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

#B628BA (or 0xB628BA) is known color: Dark Orchid. HEX triplet: B6, 28 and BA. RGB value is (182,40,186). Sum of RGB (Red+Green+Blue) = 182+40+186=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B628BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BA is #49D745. Grayscale: #626262. Windows color (decimal): -4839238 or 12200118. OLE color: 12200118.

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

Color convert

RGB 182 40 186 -
CMYK 0.02 0.78 0 0.27
HSL 298.36º 0.65% 0.44% -
HSV(B) 298.36º 0.78% 0.73% -
XYZ 28.91 15.01 47.83 -
YUV 99.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 182 40 186 0.02 0.78 0 0.27 298.36 0.65 0.44
Hex B6 28 BA 2 4E 0 1B 12A 41 2C
Octal 266 50 272 2 116 0 33 452 101 54
Binary 10110110 101000 10111010 10 1001110 0 11011 100101010 1000001 101100

Color Harmonies of #B628BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628BA

Black with #B628BA

Text Example


Text Example

White with #B628BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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