Html Css Color HEX #B929C0 Dark Orchid

📋 copy color: '#B929C0'

red 185 ◦ green 41 ◦ blue 192

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

Shades of Dark Orchid #B929C0

Tints of Dark Orchid #B929C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 44.26%
G = 9.81%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B929C0 (or 0xB929C0) is known color: Dark Orchid. HEX triplet: B9, 29 and C0. RGB value is (185,41,192). Sum of RGB (Red+Green+Blue) = 185+41+192=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #B929C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929C0 is #46D63F. Grayscale: #646464. Windows color (decimal): -4642368 or 12593593. OLE color: 12593593.

HSL color Cylindrical-coordinate representation of color #B929C0: hue angle of 297.22º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B929C0 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 41 192 -
CMYK 0.04 0.79 0 0.25
HSL 297.22º 0.65% 0.46% -
HSV(B) 297.22º 0.79% 0.75% -
XYZ 30.31 15.71 51.3 -
YUV 101.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 185 41 192 0.04 0.79 0 0.25 297.22 0.65 0.46
Hex B9 29 C0 4 4F 0 19 129 41 2E
Octal 271 51 300 4 117 0 31 451 101 56
Binary 10111001 101001 11000000 100 1001111 0 11001 100101001 1000001 101110

Color Harmonies of #B929C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929C0

Black with #B929C0

Text Example


Text Example

White with #B929C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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