Html Css Color HEX #B468CE Medium Orchid

📋 copy color: '#B468CE'

red 180 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B468CE

Tints of Medium Orchid #B468CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 36.73%
G = 21.22%
B = 42.04%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B468CE (or 0xB468CE) is known color: Medium Orchid. HEX triplet: B4, 68 and CE. RGB value is (180,104,206). Sum of RGB (Red+Green+Blue) = 180+104+206=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B468CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468CE is #4B9731. Grayscale: #8A8A8A. Windows color (decimal): -4953906 or 13527220. OLE color: 13527220.

HSL color Cylindrical-coordinate representation of color #B468CE: hue angle of 284.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B468CE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 104 206 -
CMYK 0.13 0.50 0 0.19
HSL 284.71º 0.51% 0.61% -
HSV(B) 284.71º 0.5% 0.81% -
XYZ 34.91 24.06 61.2 -
YUV 138.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 180 104 206 0.13 0.50 0 0.19 284.71 0.51 0.61
Hex B4 68 CE D 32 0 13 11D 33 3D
Octal 264 150 316 15 62 0 23 435 63 75
Binary 10110100 1101000 11001110 1101 110010 0 10011 100011101 110011 111101

Color Harmonies of #B468CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468CE

Black with #B468CE

Text Example


Text Example

White with #B468CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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