Html Css Color HEX #B35ADF Medium Orchid

📋 copy color: '#B35ADF'

red 179 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B35ADF

Tints of Medium Orchid #B35ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.29%

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

R = 36.38%
G = 18.29%
B = 45.33%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35ADF (or 0xB35ADF) is known color: Medium Orchid. HEX triplet: B3, 5A and DF. RGB value is (179,90,223). Sum of RGB (Red+Green+Blue) = 179+90+223=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #B35ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ADF is #4CA520. Grayscale: #838383. Windows color (decimal): -5023009 or 14637747. OLE color: 14637747.

HSL color Cylindrical-coordinate representation of color #B35ADF: hue angle of 280.15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B35ADF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 90 223 -
CMYK 0.20 0.60 0 0.13
HSL 280.15º 0.68% 0.61% -
HSV(B) 280.15º 0.6% 0.87% -
XYZ 35.57 22.22 72.23 -
YUV 131.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 179 90 223 0.20 0.60 0 0.13 280.15 0.68 0.61
Hex B3 5A DF 14 3C 0 D 118 44 3D
Octal 263 132 337 24 74 0 15 430 104 75
Binary 10110011 1011010 11011111 10100 111100 0 1101 100011000 1000100 111101

Color Harmonies of #B35ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ADF

Black with #B35ADF

Text Example


Text Example

White with #B35ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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