Html Css Color HEX #B35DF3 Medium Orchid

📋 copy color: '#B35DF3'

red 179 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #B35DF3

Tints of Medium Orchid #B35DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.18%

R = 34.76%
G = 18.06%
B = 47.18%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B35DF3 (or 0xB35DF3) is known color: Medium Orchid. HEX triplet: B3, 5D and F3. RGB value is (179,93,243). Sum of RGB (Red+Green+Blue) = 179+93+243=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #B35DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DF3 is #4CA20C. Grayscale: #878787. Windows color (decimal): -5022221 or 15949235. OLE color: 15949235.

HSL color Cylindrical-coordinate representation of color #B35DF3: hue angle of 274.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35DF3 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 93 243 -
CMYK 0.26 0.62 0 0.05
HSL 274.4º 0.86% 0.66% -
HSV(B) 274.4º 0.62% 0.95% -
XYZ 38.68 23.88 87.37 -
YUV 135.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 179 93 243 0.26 0.62 0 0.05 274.4 0.86 0.66
Hex B3 5D F3 1A 3E 0 5 112 56 42
Octal 263 135 363 32 76 0 5 422 126 102
Binary 10110011 1011101 11110011 11010 111110 0 101 100010010 1010110 1000010

Color Harmonies of #B35DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DF3

Black with #B35DF3

Text Example


Text Example

White with #B35DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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