Html Css Color HEX #B469DE Medium Orchid

📋 copy color: '#B469DE'

red 180 ◦ green 105 ◦ blue 222

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

Shades of Medium Orchid #B469DE

Tints of Medium Orchid #B469DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 35.5%
G = 20.71%
B = 43.79%

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

#B469DE (or 0xB469DE) is known color: Medium Orchid. HEX triplet: B4, 69 and DE. RGB value is (180,105,222). Sum of RGB (Red+Green+Blue) = 180+105+222=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #B469DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469DE is #4B9621. Grayscale: #8C8C8C. Windows color (decimal): -4953634 or 14576052. OLE color: 14576052.

HSL color Cylindrical-coordinate representation of color #B469DE: hue angle of 278.46º degrees, saturation: 0.64, 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 #B469DE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 105 222 -
CMYK 0.19 0.53 0 0.13
HSL 278.46º 0.64% 0.64% -
HSV(B) 278.46º 0.53% 0.87% -
XYZ 37.06 25.08 72 -
YUV 140.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 180 105 222 0.19 0.53 0 0.13 278.46 0.64 0.64
Hex B4 69 DE 13 35 0 D 116 40 40
Octal 264 151 336 23 65 0 15 426 100 100
Binary 10110100 1101001 11011110 10011 110101 0 1101 100010110 1000000 1000000

Color Harmonies of #B469DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469DE

Black with #B469DE

Text Example


Text Example

White with #B469DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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