Html Css Color HEX #B467DF Medium Orchid

📋 copy color: '#B467DF'

red 180 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #B467DF

Tints of Medium Orchid #B467DF

RGB

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

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

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

R = 35.57%
G = 20.36%
B = 44.07%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B467DF (or 0xB467DF) is known color: Medium Orchid. HEX triplet: B4, 67 and DF. RGB value is (180,103,223). Sum of RGB (Red+Green+Blue) = 180+103+223=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B467DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467DF is #4B9820. Grayscale: #8B8B8B. Windows color (decimal): -4954145 or 14641076. OLE color: 14641076.

HSL color Cylindrical-coordinate representation of color #B467DF: hue angle of 278.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B467DF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 103 223 -
CMYK 0.19 0.54 0 0.13
HSL 278.5º 0.65% 0.64% -
HSV(B) 278.5º 0.54% 0.87% -
XYZ 36.99 24.73 72.64 -
YUV 139.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 180 103 223 0.19 0.54 0 0.13 278.5 0.65 0.64
Hex B4 67 DF 13 36 0 D 116 41 40
Octal 264 147 337 23 66 0 15 426 101 100
Binary 10110100 1100111 11011111 10011 110110 0 1101 100010110 1000001 1000000

Color Harmonies of #B467DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467DF

Black with #B467DF

Text Example


Text Example

White with #B467DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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