Html Css Color HEX #B626DA Dark Orchid

📋 copy color: '#B626DA'

red 182 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #B626DA

Tints of Dark Orchid #B626DA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.68%

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

R = 41.55%
G = 8.68%
B = 49.77%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B626DA (or 0xB626DA) is known color: Dark Orchid. HEX triplet: B6, 26 and DA. RGB value is (182,38,218). Sum of RGB (Red+Green+Blue) = 182+38+218=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B626DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626DA is #49D925. Grayscale: #656565. Windows color (decimal): -4839718 or 14296758. OLE color: 14296758.

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

Color convert

RGB 182 38 218 -
CMYK 0.17 0.83 0 0.15
HSL 288º 0.71% 0.5% -
HSV(B) 288º 0.83% 0.85% -
XYZ 32.64 16.39 67.77 -
YUV 101.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 182 38 218 0.17 0.83 0 0.15 288 0.71 0.5
Hex B6 26 DA 11 53 0 F 120 47 32
Octal 266 46 332 21 123 0 17 440 107 62
Binary 10110110 100110 11011010 10001 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B626DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626DA

Black with #B626DA

Text Example


Text Example

White with #B626DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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