Html Css Color HEX #B35DDA Medium Orchid

📋 copy color: '#B35DDA'

red 179 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #B35DDA

Tints of Medium Orchid #B35DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 36.53%
G = 18.98%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B35DDA (or 0xB35DDA) is known color: Medium Orchid. HEX triplet: B3, 5D and DA. RGB value is (179,93,218). Sum of RGB (Red+Green+Blue) = 179+93+218=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B35DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DDA is #4CA225. Grayscale: #848484. Windows color (decimal): -5022246 or 14310835. OLE color: 14310835.

HSL color Cylindrical-coordinate representation of color #B35DDA: hue angle of 281.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B35DDA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 93 218 -
CMYK 0.18 0.57 0 0.15
HSL 281.28º 0.63% 0.61% -
HSV(B) 281.28º 0.57% 0.85% -
XYZ 35.16 22.47 68.81 -
YUV 132.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 179 93 218 0.18 0.57 0 0.15 281.28 0.63 0.61
Hex B3 5D DA 12 39 0 F 119 3F 3D
Octal 263 135 332 22 71 0 17 431 77 75
Binary 10110011 1011101 11011010 10010 111001 0 1111 100011001 111111 111101

Color Harmonies of #B35DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DDA

Black with #B35DDA

Text Example


Text Example

White with #B35DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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