Html Css Color HEX #B467DB Medium Orchid

📋 copy color: '#B467DB'

red 180 ◦ green 103 ◦ blue 219

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

Shades of Medium Orchid #B467DB

Tints of Medium Orchid #B467DB

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

 GREEN value IS 103 (40.63% from 255) = 20.52%

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

R = 35.86%
G = 20.52%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B467DB (or 0xB467DB) is known color: Medium Orchid. HEX triplet: B4, 67 and DB. RGB value is (180,103,219). Sum of RGB (Red+Green+Blue) = 180+103+219=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B467DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467DB is #4B9824. Grayscale: #8A8A8A. Windows color (decimal): -4954149 or 14378932. OLE color: 14378932.

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

Color convert

RGB 180 103 219 -
CMYK 0.18 0.53 0 0.14
HSL 279.83º 0.62% 0.63% -
HSV(B) 279.83º 0.53% 0.86% -
XYZ 36.46 24.52 69.83 -
YUV 139.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 180 103 219 0.18 0.53 0 0.14 279.83 0.62 0.63
Hex B4 67 DB 12 35 0 E 118 3E 3F
Octal 264 147 333 22 65 0 16 430 76 77
Binary 10110100 1100111 11011011 10010 110101 0 1110 100011000 111110 111111

Color Harmonies of #B467DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467DB

Black with #B467DB

Text Example


Text Example

White with #B467DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467DB; }

 p { color: rgb(180,103,219); }

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

background-color css

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

 a { background-color: rgb(180,103,219); }

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

border-color css

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

 span { border-color: rgb(180,103,219); }

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