Html Css Color HEX #B35DCD Medium Orchid

📋 copy color: '#B35DCD'

red 179 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #B35DCD

Tints of Medium Orchid #B35DCD

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

 GREEN value IS 93 (36.72% from 255) = 19.5%

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

R = 37.53%
G = 19.5%
B = 42.98%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35DCD (or 0xB35DCD) is known color: Medium Orchid. HEX triplet: B3, 5D and CD. RGB value is (179,93,205). Sum of RGB (Red+Green+Blue) = 179+93+205=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DCD is #4CA232. Grayscale: #838383. Windows color (decimal): -5022259 or 13458867. OLE color: 13458867.

HSL color Cylindrical-coordinate representation of color #B35DCD: hue angle of 286.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35DCD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 93 205 -
CMYK 0.13 0.55 0 0.20
HSL 286.07º 0.53% 0.58% -
HSV(B) 286.07º 0.55% 0.8% -
XYZ 33.52 21.82 60.2 -
YUV 131.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 179 93 205 0.13 0.55 0 0.20 286.07 0.53 0.58
Hex B3 5D CD D 37 0 14 11E 35 3A
Octal 263 135 315 15 67 0 24 436 65 72
Binary 10110011 1011101 11001101 1101 110111 0 10100 100011110 110101 111010

Color Harmonies of #B35DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DCD

Black with #B35DCD

Text Example


Text Example

White with #B35DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DCD; }

 p { color: rgb(179,93,205); }

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

background-color css

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

 a { background-color: rgb(179,93,205); }

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

border-color css

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

 span { border-color: rgb(179,93,205); }

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