Html Css Color HEX #B35DF6 Medium Orchid

📋 copy color: '#B35DF6'

red 179 ◦ green 93 ◦ blue 246

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

Shades of Medium Orchid #B35DF6

Tints of Medium Orchid #B35DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 34.56%
G = 17.95%
B = 47.49%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B35DF6 (or 0xB35DF6) is known color: Medium Orchid. HEX triplet: B3, 5D and F6. RGB value is (179,93,246). Sum of RGB (Red+Green+Blue) = 179+93+246=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #B35DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DF6 is #4CA209. Grayscale: #878787. Windows color (decimal): -5022218 or 16145843. OLE color: 16145843.

HSL color Cylindrical-coordinate representation of color #B35DF6: hue angle of 273.73º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35DF6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 93 246 -
CMYK 0.27 0.62 0 0.04
HSL 273.73º 0.89% 0.66% -
HSV(B) 273.73º 0.62% 0.96% -
XYZ 39.14 24.07 89.77 -
YUV 136.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 179 93 246 0.27 0.62 0 0.04 273.73 0.89 0.66
Hex B3 5D F6 1B 3E 0 4 112 59 42
Octal 263 135 366 33 76 0 4 422 131 102
Binary 10110011 1011101 11110110 11011 111110 0 100 100010010 1011001 1000010

Color Harmonies of #B35DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DF6

Black with #B35DF6

Text Example


Text Example

White with #B35DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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