Html Css Color HEX #B467D8 Medium Orchid

📋 copy color: '#B467D8'

red 180 ◦ green 103 ◦ blue 216

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

Shades of Medium Orchid #B467D8

Tints of Medium Orchid #B467D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 36.07%
G = 20.64%
B = 43.29%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B467D8 (or 0xB467D8) is known color: Medium Orchid. HEX triplet: B4, 67 and D8. RGB value is (180,103,216). Sum of RGB (Red+Green+Blue) = 180+103+216=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #B467D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467D8 is #4B9827. Grayscale: #8A8A8A. Windows color (decimal): -4954152 or 14182324. OLE color: 14182324.

HSL color Cylindrical-coordinate representation of color #B467D8: hue angle of 280.88º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B467D8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 103 216 -
CMYK 0.17 0.52 0 0.15
HSL 280.88º 0.59% 0.63% -
HSV(B) 280.88º 0.52% 0.85% -
XYZ 36.07 24.36 67.77 -
YUV 138.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 180 103 216 0.17 0.52 0 0.15 280.88 0.59 0.63
Hex B4 67 D8 11 34 0 F 119 3B 3F
Octal 264 147 330 21 64 0 17 431 73 77
Binary 10110100 1100111 11011000 10001 110100 0 1111 100011001 111011 111111

Color Harmonies of #B467D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467D8

Black with #B467D8

Text Example


Text Example

White with #B467D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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