Html Css Color HEX #B628DA Dark Orchid

📋 copy color: '#B628DA'

red 182 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #B628DA

Tints of Dark Orchid #B628DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 41.36%
G = 9.09%
B = 49.55%

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

#B628DA (or 0xB628DA) is known color: Dark Orchid. HEX triplet: B6, 28 and DA. RGB value is (182,40,218). Sum of RGB (Red+Green+Blue) = 182+40+218=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #B628DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DA is #49D725. Grayscale: #666666. Windows color (decimal): -4839206 or 14297270. OLE color: 14297270.

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

Color convert

RGB 182 40 218 -
CMYK 0.17 0.82 0 0.15
HSL 287.87º 0.71% 0.51% -
HSV(B) 287.87º 0.82% 0.85% -
XYZ 32.71 16.52 67.8 -
YUV 102.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 182 40 218 0.17 0.82 0 0.15 287.87 0.71 0.51
Hex B6 28 DA 11 52 0 F 120 47 33
Octal 266 50 332 21 122 0 17 440 107 63
Binary 10110110 101000 11011010 10001 1010010 0 1111 100100000 1000111 110011

Color Harmonies of #B628DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628DA

Black with #B628DA

Text Example


Text Example

White with #B628DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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