Html Css Color HEX #B626DD Dark Orchid

📋 copy color: '#B626DD'

red 182 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #B626DD

Tints of Dark Orchid #B626DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 41.27%
G = 8.62%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B626DD (or 0xB626DD) is known color: Dark Orchid. HEX triplet: B6, 26 and DD. RGB value is (182,38,221). Sum of RGB (Red+Green+Blue) = 182+38+221=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B626DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626DD is #49D922. Grayscale: #656565. Windows color (decimal): -4839715 or 14493366. OLE color: 14493366.

HSL color Cylindrical-coordinate representation of color #B626DD: hue angle of 287.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B626DD is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 38 221 -
CMYK 0.18 0.83 0 0.13
HSL 287.21º 0.73% 0.51% -
HSV(B) 287.21º 0.83% 0.87% -
XYZ 33.04 16.55 69.86 -
YUV 101.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 182 38 221 0.18 0.83 0 0.13 287.21 0.73 0.51
Hex B6 26 DD 12 53 0 D 11F 49 33
Octal 266 46 335 22 123 0 15 437 111 63
Binary 10110110 100110 11011101 10010 1010011 0 1101 100011111 1001001 110011

Color Harmonies of #B626DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626DD

Black with #B626DD

Text Example


Text Example

White with #B626DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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