Html Css Color HEX #B627DA Dark Orchid

📋 copy color: '#B627DA'

red 182 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #B627DA

Tints of Dark Orchid #B627DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 41.46%
G = 8.88%
B = 49.66%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B627DA (or 0xB627DA) is known color: Dark Orchid. HEX triplet: B6, 27 and DA. RGB value is (182,39,218). Sum of RGB (Red+Green+Blue) = 182+39+218=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B627DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627DA is #49D825. Grayscale: #656565. Windows color (decimal): -4839462 or 14297014. OLE color: 14297014.

HSL color Cylindrical-coordinate representation of color #B627DA: hue angle of 287.93º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B627DA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 39 218 -
CMYK 0.17 0.82 0 0.15
HSL 287.93º 0.71% 0.5% -
HSV(B) 287.93º 0.82% 0.85% -
XYZ 32.67 16.46 67.78 -
YUV 102.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 182 39 218 0.17 0.82 0 0.15 287.93 0.71 0.5
Hex B6 27 DA 11 52 0 F 120 47 32
Octal 266 47 332 21 122 0 17 440 107 62
Binary 10110110 100111 11011010 10001 1010010 0 1111 100100000 1000111 110010

Color Harmonies of #B627DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627DA

Black with #B627DA

Text Example


Text Example

White with #B627DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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