Html Css Color HEX #B468DE Medium Orchid

📋 copy color: '#B468DE'

red 180 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #B468DE

Tints of Medium Orchid #B468DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

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

R = 35.57%
G = 20.55%
B = 43.87%

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

#B468DE (or 0xB468DE) is known color: Medium Orchid. HEX triplet: B4, 68 and DE. RGB value is (180,104,222). Sum of RGB (Red+Green+Blue) = 180+104+222=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #B468DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468DE is #4B9721. Grayscale: #8B8B8B. Windows color (decimal): -4953890 or 14575796. OLE color: 14575796.

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

Color convert

RGB 180 104 222 -
CMYK 0.19 0.53 0 0.13
HSL 278.64º 0.64% 0.64% -
HSV(B) 278.64º 0.53% 0.87% -
XYZ 36.96 24.88 71.96 -
YUV 140.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 180 104 222 0.19 0.53 0 0.13 278.64 0.64 0.64
Hex B4 68 DE 13 35 0 D 117 40 40
Octal 264 150 336 23 65 0 15 427 100 100
Binary 10110100 1101000 11011110 10011 110101 0 1101 100010111 1000000 1000000

Color Harmonies of #B468DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468DE

Black with #B468DE

Text Example


Text Example

White with #B468DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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