Html Css Color HEX #B926D0 Dark Orchid

📋 copy color: '#B926D0'

red 185 ◦ green 38 ◦ blue 208

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

Shades of Dark Orchid #B926D0

Tints of Dark Orchid #B926D0

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 42.92%
G = 8.82%
B = 48.26%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B926D0 (or 0xB926D0) is known color: Dark Orchid. HEX triplet: B9, 26 and D0. RGB value is (185,38,208). Sum of RGB (Red+Green+Blue) = 185+38+208=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #B926D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926D0 is #46D92F. Grayscale: #646464. Windows color (decimal): -4643120 or 13641401. OLE color: 13641401.

HSL color Cylindrical-coordinate representation of color #B926D0: hue angle of 291.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B926D0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 38 208 -
CMYK 0.11 0.82 0 0.18
HSL 291.88º 0.69% 0.48% -
HSV(B) 291.88º 0.82% 0.82% -
XYZ 32.09 16.25 61.12 -
YUV 101.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 185 38 208 0.11 0.82 0 0.18 291.88 0.69 0.48
Hex B9 26 D0 B 52 0 12 124 45 30
Octal 271 46 320 13 122 0 22 444 105 60
Binary 10111001 100110 11010000 1011 1010010 0 10010 100100100 1000101 110000

Color Harmonies of #B926D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926D0

Black with #B926D0

Text Example


Text Example

White with #B926D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926D0; }

 p { color: rgb(185,38,208); }

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

background-color css

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

 a { background-color: rgb(185,38,208); }

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

border-color css

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

 span { border-color: rgb(185,38,208); }

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