Html Css Color HEX #B627BB Dark Orchid

📋 copy color: '#B627BB'

red 182 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #B627BB

Tints of Dark Orchid #B627BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 44.61%
G = 9.56%
B = 45.83%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B627BB (or 0xB627BB) is known color: Dark Orchid. HEX triplet: B6, 27 and BB. RGB value is (182,39,187). Sum of RGB (Red+Green+Blue) = 182+39+187=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B627BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627BB is #49D844. Grayscale: #626262. Windows color (decimal): -4839493 or 12265398. OLE color: 12265398.

HSL color Cylindrical-coordinate representation of color #B627BB: hue angle of 297.97º 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 #B627BB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 39 187 -
CMYK 0.03 0.79 0 0.27
HSL 297.97º 0.65% 0.44% -
HSV(B) 297.97º 0.79% 0.73% -
XYZ 28.99 14.98 48.38 -
YUV 98.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 182 39 187 0.03 0.79 0 0.27 297.97 0.65 0.44
Hex B6 27 BB 3 4F 0 1B 12A 41 2C
Octal 266 47 273 3 117 0 33 452 101 54
Binary 10110110 100111 10111011 11 1001111 0 11011 100101010 1000001 101100

Color Harmonies of #B627BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627BB

Black with #B627BB

Text Example


Text Example

White with #B627BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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