Html Css Color HEX #B35DDF Medium Orchid

📋 copy color: '#B35DDF'

red 179 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #B35DDF

Tints of Medium Orchid #B35DDF

RGB

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

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

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

R = 36.16%
G = 18.79%
B = 45.05%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35DDF (or 0xB35DDF) is known color: Medium Orchid. HEX triplet: B3, 5D and DF. RGB value is (179,93,223). Sum of RGB (Red+Green+Blue) = 179+93+223=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B35DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DDF is #4CA220. Grayscale: #858585. Windows color (decimal): -5022241 or 14638515. OLE color: 14638515.

HSL color Cylindrical-coordinate representation of color #B35DDF: hue angle of 279.69º degrees, saturation: 0.67, 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 #B35DDF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 93 223 -
CMYK 0.20 0.58 0 0.13
HSL 279.69º 0.67% 0.62% -
HSV(B) 279.69º 0.58% 0.87% -
XYZ 35.82 22.74 72.31 -
YUV 133.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 179 93 223 0.20 0.58 0 0.13 279.69 0.67 0.62
Hex B3 5D DF 14 3A 0 D 118 43 3E
Octal 263 135 337 24 72 0 15 430 103 76
Binary 10110011 1011101 11011111 10100 111010 0 1101 100011000 1000011 111110

Color Harmonies of #B35DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DDF

Black with #B35DDF

Text Example


Text Example

White with #B35DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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