Html Css Color HEX #B35BDB Medium Orchid

📋 copy color: '#B35BDB'

red 179 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #B35BDB

Tints of Medium Orchid #B35BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

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

R = 36.61%
G = 18.61%
B = 44.79%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B35BDB (or 0xB35BDB) is known color: Medium Orchid. HEX triplet: B3, 5B and DB. RGB value is (179,91,219). Sum of RGB (Red+Green+Blue) = 179+91+219=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B35BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BDB is #4CA424. Grayscale: #838383. Windows color (decimal): -5022757 or 14375859. OLE color: 14375859.

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

Color convert

RGB 179 91 219 -
CMYK 0.18 0.58 0 0.14
HSL 281.25º 0.64% 0.61% -
HSV(B) 281.25º 0.58% 0.86% -
XYZ 35.12 22.18 69.45 -
YUV 131.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 179 91 219 0.18 0.58 0 0.14 281.25 0.64 0.61
Hex B3 5B DB 12 3A 0 E 119 40 3D
Octal 263 133 333 22 72 0 16 431 100 75
Binary 10110011 1011011 11011011 10010 111010 0 1110 100011001 1000000 111101

Color Harmonies of #B35BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35BDB

Black with #B35BDB

Text Example


Text Example

White with #B35BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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