Html Css Color HEX #B35DD3 Medium Orchid

📋 copy color: '#B35DD3'

red 179 ◦ green 93 ◦ blue 211

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

Shades of Medium Orchid #B35DD3

Tints of Medium Orchid #B35DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.69%

R = 37.06%
G = 19.25%
B = 43.69%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B35DD3 (or 0xB35DD3) is known color: Medium Orchid. HEX triplet: B3, 5D and D3. RGB value is (179,93,211). Sum of RGB (Red+Green+Blue) = 179+93+211=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #B35DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DD3 is #4CA22C. Grayscale: #838383. Windows color (decimal): -5022253 or 13852083. OLE color: 13852083.

HSL color Cylindrical-coordinate representation of color #B35DD3: hue angle of 283.73º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B35DD3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 93 211 -
CMYK 0.15 0.56 0 0.17
HSL 283.73º 0.57% 0.6% -
HSV(B) 283.73º 0.56% 0.83% -
XYZ 34.26 22.12 64.09 -
YUV 132.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 179 93 211 0.15 0.56 0 0.17 283.73 0.57 0.6
Hex B3 5D D3 F 38 0 11 11C 39 3C
Octal 263 135 323 17 70 0 21 434 71 74
Binary 10110011 1011101 11010011 1111 111000 0 10001 100011100 111001 111100

Color Harmonies of #B35DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DD3

Black with #B35DD3

Text Example


Text Example

White with #B35DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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