Html Css Color HEX #B627C1 Dark Orchid

📋 copy color: '#B627C1'

red 182 ◦ green 39 ◦ blue 193

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

Shades of Dark Orchid #B627C1

Tints of Dark Orchid #B627C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 43.96%
G = 9.42%
B = 46.62%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B627C1 (or 0xB627C1) is known color: Dark Orchid. HEX triplet: B6, 27 and C1. RGB value is (182,39,193). Sum of RGB (Red+Green+Blue) = 182+39+193=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #B627C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627C1 is #49D83E. Grayscale: #626262. Windows color (decimal): -4839487 or 12658614. OLE color: 12658614.

HSL color Cylindrical-coordinate representation of color #B627C1: hue angle of 295.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B627C1 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 39 193 -
CMYK 0.06 0.80 0 0.24
HSL 295.71º 0.66% 0.45% -
HSV(B) 295.71º 0.8% 0.76% -
XYZ 29.64 15.25 51.83 -
YUV 99.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 182 39 193 0.06 0.80 0 0.24 295.71 0.66 0.45
Hex B6 27 C1 6 50 0 18 128 42 2D
Octal 266 47 301 6 120 0 30 450 102 55
Binary 10110110 100111 11000001 110 1010000 0 11000 100101000 1000010 101101

Color Harmonies of #B627C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627C1

Black with #B627C1

Text Example


Text Example

White with #B627C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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