Html Css Color HEX #B926D7 Dark Orchid

📋 copy color: '#B926D7'

red 185 ◦ green 38 ◦ blue 215

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

Shades of Dark Orchid #B926D7

Tints of Dark Orchid #B926D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 42.24%
G = 8.68%
B = 49.09%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B926D7 (or 0xB926D7) is known color: Dark Orchid. HEX triplet: B9, 26 and D7. RGB value is (185,38,215). Sum of RGB (Red+Green+Blue) = 185+38+215=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #B926D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926D7 is #46D928. Grayscale: #656565. Windows color (decimal): -4643113 or 14100153. OLE color: 14100153.

HSL color Cylindrical-coordinate representation of color #B926D7: hue angle of 289.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B926D7 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 38 215 -
CMYK 0.14 0.82 0 0.16
HSL 289.83º 0.7% 0.5% -
HSV(B) 289.83º 0.82% 0.84% -
XYZ 32.97 16.61 65.76 -
YUV 102.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 185 38 215 0.14 0.82 0 0.16 289.83 0.7 0.5
Hex B9 26 D7 E 52 0 10 122 46 32
Octal 271 46 327 16 122 0 20 442 106 62
Binary 10111001 100110 11010111 1110 1010010 0 10000 100100010 1000110 110010

Color Harmonies of #B926D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926D7

Black with #B926D7

Text Example


Text Example

White with #B926D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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