Html Css Color HEX #B930CE Dark Orchid

📋 copy color: '#B930CE'

red 185 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #B930CE

Tints of Dark Orchid #B930CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 42.14%
G = 10.93%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B930CE (or 0xB930CE) is known color: Dark Orchid. HEX triplet: B9, 30 and CE. RGB value is (185,48,206). Sum of RGB (Red+Green+Blue) = 185+48+206=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B930CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930CE is #46CF31. Grayscale: #6A6A6A. Windows color (decimal): -4640562 or 13512889. OLE color: 13512889.

HSL color Cylindrical-coordinate representation of color #B930CE: hue angle of 292.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B930CE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 48 206 -
CMYK 0.10 0.77 0 0.19
HSL 292.03º 0.62% 0.5% -
HSV(B) 292.03º 0.77% 0.81% -
XYZ 32.21 16.88 59.95 -
YUV 106.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 185 48 206 0.10 0.77 0 0.19 292.03 0.62 0.5
Hex B9 30 CE A 4D 0 13 124 3E 32
Octal 271 60 316 12 115 0 23 444 76 62
Binary 10111001 110000 11001110 1010 1001101 0 10011 100100100 111110 110010

Color Harmonies of #B930CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930CE

Black with #B930CE

Text Example


Text Example

White with #B930CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930CE; }

 p { color: rgb(185,48,206); }

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

background-color css

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

 a { background-color: rgb(185,48,206); }

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

border-color css

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

 span { border-color: rgb(185,48,206); }

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