Html Css Color HEX #B35ADB Medium Orchid

📋 copy color: '#B35ADB'

red 179 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #B35ADB

Tints of Medium Orchid #B35ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 36.68%
G = 18.44%
B = 44.88%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B35ADB (or 0xB35ADB) is known color: Medium Orchid. HEX triplet: B3, 5A and DB. RGB value is (179,90,219). Sum of RGB (Red+Green+Blue) = 179+90+219=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B35ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ADB is #4CA524. Grayscale: #828282. Windows color (decimal): -5023013 or 14375603. OLE color: 14375603.

HSL color Cylindrical-coordinate representation of color #B35ADB: hue angle of 281.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B35ADB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 90 219 -
CMYK 0.18 0.59 0 0.14
HSL 281.4º 0.64% 0.61% -
HSV(B) 281.4º 0.59% 0.86% -
XYZ 35.03 22.01 69.42 -
YUV 131.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 179 90 219 0.18 0.59 0 0.14 281.4 0.64 0.61
Hex B3 5A DB 12 3B 0 E 119 40 3D
Octal 263 132 333 22 73 0 16 431 100 75
Binary 10110011 1011010 11011011 10010 111011 0 1110 100011001 1000000 111101

Color Harmonies of #B35ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ADB

Black with #B35ADB

Text Example


Text Example

White with #B35ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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