Html Css Color HEX #B929D4 Dark Orchid

📋 copy color: '#B929D4'

red 185 ◦ green 41 ◦ blue 212

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

Shades of Dark Orchid #B929D4

Tints of Dark Orchid #B929D4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.36%

 BLUE value IS 212 (83.2% from 255) = 48.4%

R = 42.24%
G = 9.36%
B = 48.4%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B929D4 (or 0xB929D4) is known color: Dark Orchid. HEX triplet: B9, 29 and D4. RGB value is (185,41,212). Sum of RGB (Red+Green+Blue) = 185+41+212=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #B929D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929D4 is #46D62B. Grayscale: #676767. Windows color (decimal): -4642348 or 13904313. OLE color: 13904313.

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

Color convert

RGB 185 41 212 -
CMYK 0.13 0.81 0 0.17
HSL 290.53º 0.68% 0.5% -
HSV(B) 290.53º 0.81% 0.83% -
XYZ 32.68 16.65 63.78 -
YUV 103.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 185 41 212 0.13 0.81 0 0.17 290.53 0.68 0.5
Hex B9 29 D4 D 51 0 11 123 44 32
Octal 271 51 324 15 121 0 21 443 104 62
Binary 10111001 101001 11010100 1101 1010001 0 10001 100100011 1000100 110010

Color Harmonies of #B929D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929D4

Black with #B929D4

Text Example


Text Example

White with #B929D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929D4; }

 p { color: rgb(185,41,212); }

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

background-color css

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

 a { background-color: rgb(185,41,212); }

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

border-color css

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

 span { border-color: rgb(185,41,212); }

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