Html Css Color HEX #B35DCB Medium Orchid

📋 copy color: '#B35DCB'

red 179 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #B35DCB

Tints of Medium Orchid #B35DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 37.68%
G = 19.58%
B = 42.74%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35DCB (or 0xB35DCB) is known color: Medium Orchid. HEX triplet: B3, 5D and CB. RGB value is (179,93,203). Sum of RGB (Red+Green+Blue) = 179+93+203=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B35DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DCB is #4CA234. Grayscale: #828282. Windows color (decimal): -5022261 or 13327795. OLE color: 13327795.

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

Color convert

RGB 179 93 203 -
CMYK 0.12 0.54 0 0.20
HSL 286.91º 0.51% 0.58% -
HSV(B) 286.91º 0.54% 0.8% -
XYZ 33.28 21.72 58.94 -
YUV 131.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 179 93 203 0.12 0.54 0 0.20 286.91 0.51 0.58
Hex B3 5D CB C 36 0 14 11F 33 3A
Octal 263 135 313 14 66 0 24 437 63 72
Binary 10110011 1011101 11001011 1100 110110 0 10100 100011111 110011 111010

Color Harmonies of #B35DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DCB

Black with #B35DCB

Text Example


Text Example

White with #B35DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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