Html Css Color HEX #B35DDD Medium Orchid

📋 copy color: '#B35DDD'

red 179 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #B35DDD

Tints of Medium Orchid #B35DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 36.31%
G = 18.86%
B = 44.83%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35DDD (or 0xB35DDD) is known color: Medium Orchid. HEX triplet: B3, 5D and DD. RGB value is (179,93,221). Sum of RGB (Red+Green+Blue) = 179+93+221=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B35DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DDD is #4CA222. Grayscale: #848484. Windows color (decimal): -5022243 or 14507443. OLE color: 14507443.

HSL color Cylindrical-coordinate representation of color #B35DDD: hue angle of 280.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35DDD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 93 221 -
CMYK 0.19 0.58 0 0.13
HSL 280.31º 0.65% 0.62% -
HSV(B) 280.31º 0.58% 0.87% -
XYZ 35.56 22.63 70.9 -
YUV 133.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 179 93 221 0.19 0.58 0 0.13 280.31 0.65 0.62
Hex B3 5D DD 13 3A 0 D 118 41 3E
Octal 263 135 335 23 72 0 15 430 101 76
Binary 10110011 1011101 11011101 10011 111010 0 1101 100011000 1000001 111110

Color Harmonies of #B35DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DDD

Black with #B35DDD

Text Example


Text Example

White with #B35DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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