Html Css Color HEX #B928CD Dark Orchid

📋 copy color: '#B928CD'

red 185 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #B928CD

Tints of Dark Orchid #B928CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 43.02%
G = 9.3%
B = 47.67%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B928CD (or 0xB928CD) is known color: Dark Orchid. HEX triplet: B9, 28 and CD. RGB value is (185,40,205). Sum of RGB (Red+Green+Blue) = 185+40+205=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B928CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928CD is #46D732. Grayscale: #656565. Windows color (decimal): -4642611 or 13445305. OLE color: 13445305.

HSL color Cylindrical-coordinate representation of color #B928CD: hue angle of 292.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B928CD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 40 205 -
CMYK 0.10 0.80 0 0.20
HSL 292.73º 0.67% 0.48% -
HSV(B) 292.73º 0.8% 0.8% -
XYZ 31.79 16.24 59.22 -
YUV 102.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 185 40 205 0.10 0.80 0 0.20 292.73 0.67 0.48
Hex B9 28 CD A 50 0 14 125 43 30
Octal 271 50 315 12 120 0 24 445 103 60
Binary 10111001 101000 11001101 1010 1010000 0 10100 100100101 1000011 110000

Color Harmonies of #B928CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928CD

Black with #B928CD

Text Example


Text Example

White with #B928CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928CD; }

 p { color: rgb(185,40,205); }

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

background-color css

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

 a { background-color: rgb(185,40,205); }

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

border-color css

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

 span { border-color: rgb(185,40,205); }

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