Html Css Color HEX #B469DF Medium Orchid

📋 copy color: '#B469DF'

red 180 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #B469DF

Tints of Medium Orchid #B469DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

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

R = 35.43%
G = 20.67%
B = 43.9%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B469DF (or 0xB469DF) is known color: Medium Orchid. HEX triplet: B4, 69 and DF. RGB value is (180,105,223). Sum of RGB (Red+Green+Blue) = 180+105+223=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B469DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469DF is #4B9620. Grayscale: #8C8C8C. Windows color (decimal): -4953633 or 14641588. OLE color: 14641588.

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

Color convert

RGB 180 105 223 -
CMYK 0.19 0.53 0 0.13
HSL 278.14º 0.65% 0.64% -
HSV(B) 278.14º 0.53% 0.87% -
XYZ 37.19 25.13 72.7 -
YUV 140.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 180 105 223 0.19 0.53 0 0.13 278.14 0.65 0.64
Hex B4 69 DF 13 35 0 D 116 41 40
Octal 264 151 337 23 65 0 15 426 101 100
Binary 10110100 1101001 11011111 10011 110101 0 1101 100010110 1000001 1000000

Color Harmonies of #B469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469DF

Black with #B469DF

Text Example


Text Example

White with #B469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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