Html Css Color HEX #B627E1 Dark Orchid

📋 copy color: '#B627E1'

red 182 ◦ green 39 ◦ blue 225

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

Shades of Dark Orchid #B627E1

Tints of Dark Orchid #B627E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.45%

R = 40.81%
G = 8.74%
B = 50.45%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B627E1 (or 0xB627E1) is known color: Dark Orchid. HEX triplet: B6, 27 and E1. RGB value is (182,39,225). Sum of RGB (Red+Green+Blue) = 182+39+225=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #B627E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627E1 is #49D81E. Grayscale: #666666. Windows color (decimal): -4839455 or 14755766. OLE color: 14755766.

HSL color Cylindrical-coordinate representation of color #B627E1: hue angle of 286.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B627E1 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 39 225 -
CMYK 0.19 0.83 0 0.12
HSL 286.13º 0.76% 0.52% -
HSV(B) 286.13º 0.83% 0.88% -
XYZ 33.61 16.83 72.71 -
YUV 102.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 182 39 225 0.19 0.83 0 0.12 286.13 0.76 0.52
Hex B6 27 E1 13 53 0 C 11E 4C 34
Octal 266 47 341 23 123 0 14 436 114 64
Binary 10110110 100111 11100001 10011 1010011 0 1100 100011110 1001100 110100

Color Harmonies of #B627E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627E1

Black with #B627E1

Text Example


Text Example

White with #B627E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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