Html Css Color HEX #B35FDF Medium Orchid

📋 copy color: '#B35FDF'

red 179 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #B35FDF

Tints of Medium Orchid #B35FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 36.02%
G = 19.11%
B = 44.87%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35FDF (or 0xB35FDF) is known color: Medium Orchid. HEX triplet: B3, 5F and DF. RGB value is (179,95,223). Sum of RGB (Red+Green+Blue) = 179+95+223=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B35FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FDF is #4CA020. Grayscale: #868686. Windows color (decimal): -5021729 or 14639027. OLE color: 14639027.

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

Color convert

RGB 179 95 223 -
CMYK 0.20 0.57 0 0.13
HSL 279.38º 0.67% 0.62% -
HSV(B) 279.38º 0.57% 0.87% -
XYZ 36 23.1 72.37 -
YUV 134.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 179 95 223 0.20 0.57 0 0.13 279.38 0.67 0.62
Hex B3 5F DF 14 39 0 D 117 43 3E
Octal 263 137 337 24 71 0 15 427 103 76
Binary 10110011 1011111 11011111 10100 111001 0 1101 100010111 1000011 111110

Color Harmonies of #B35FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FDF

Black with #B35FDF

Text Example


Text Example

White with #B35FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FDF; }

 p { color: rgb(179,95,223); }

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

background-color css

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

 a { background-color: rgb(179,95,223); }

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

border-color css

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

 span { border-color: rgb(179,95,223); }

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