Html Css Color HEX #B627BC Dark Orchid

📋 copy color: '#B627BC'

red 182 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #B627BC

Tints of Dark Orchid #B627BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 44.5%
G = 9.54%
B = 45.97%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B627BC (or 0xB627BC) is known color: Dark Orchid. HEX triplet: B6, 27 and BC. RGB value is (182,39,188). Sum of RGB (Red+Green+Blue) = 182+39+188=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #B627BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627BC is #49D843. Grayscale: #626262. Windows color (decimal): -4839492 or 12330934. OLE color: 12330934.

HSL color Cylindrical-coordinate representation of color #B627BC: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B627BC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 39 188 -
CMYK 0.03 0.79 0 0.26
HSL 297.58º 0.66% 0.45% -
HSV(B) 297.58º 0.79% 0.74% -
XYZ 29.09 15.03 48.94 -
YUV 98.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 182 39 188 0.03 0.79 0 0.26 297.58 0.66 0.45
Hex B6 27 BC 3 4F 0 1A 12A 42 2D
Octal 266 47 274 3 117 0 32 452 102 55
Binary 10110110 100111 10111100 11 1001111 0 11010 100101010 1000010 101101

Color Harmonies of #B627BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627BC

Black with #B627BC

Text Example


Text Example

White with #B627BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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