Html Css Color HEX #B627BA Dark Orchid

📋 copy color: '#B627BA'

red 182 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B627BA

Tints of Dark Orchid #B627BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

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

R = 44.72%
G = 9.58%
B = 45.7%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B627BA (or 0xB627BA) is known color: Dark Orchid. HEX triplet: B6, 27 and BA. RGB value is (182,39,186). Sum of RGB (Red+Green+Blue) = 182+39+186=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B627BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627BA is #49D845. Grayscale: #626262. Windows color (decimal): -4839494 or 12199862. OLE color: 12199862.

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

Color convert

RGB 182 39 186 -
CMYK 0.02 0.79 0 0.27
HSL 298.37º 0.65% 0.44% -
HSV(B) 298.37º 0.79% 0.73% -
XYZ 28.88 14.94 47.82 -
YUV 98.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 182 39 186 0.02 0.79 0 0.27 298.37 0.65 0.44
Hex B6 27 BA 2 4F 0 1B 12A 41 2C
Octal 266 47 272 2 117 0 33 452 101 54
Binary 10110110 100111 10111010 10 1001111 0 11011 100101010 1000001 101100

Color Harmonies of #B627BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627BA

Black with #B627BA

Text Example


Text Example

White with #B627BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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