Html Css Color HEX #B468DD Medium Orchid

📋 copy color: '#B468DD'

red 180 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #B468DD

Tints of Medium Orchid #B468DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 35.64%
G = 20.59%
B = 43.76%

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

#B468DD (or 0xB468DD) is known color: Medium Orchid. HEX triplet: B4, 68 and DD. RGB value is (180,104,221). Sum of RGB (Red+Green+Blue) = 180+104+221=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B468DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468DD is #4B9722. Grayscale: #8B8B8B. Windows color (decimal): -4953891 or 14510260. OLE color: 14510260.

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

Color convert

RGB 180 104 221 -
CMYK 0.19 0.53 0 0.13
HSL 278.97º 0.63% 0.64% -
HSV(B) 278.97º 0.53% 0.87% -
XYZ 36.82 24.82 71.26 -
YUV 140.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 180 104 221 0.19 0.53 0 0.13 278.97 0.63 0.64
Hex B4 68 DD 13 35 0 D 117 3F 40
Octal 264 150 335 23 65 0 15 427 77 100
Binary 10110100 1101000 11011101 10011 110101 0 1101 100010111 111111 1000000

Color Harmonies of #B468DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468DD

Black with #B468DD

Text Example


Text Example

White with #B468DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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