Html Css Color HEX #B468EB Medium Orchid

📋 copy color: '#B468EB'

red 180 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #B468EB

Tints of Medium Orchid #B468EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 34.68%
G = 20.04%
B = 45.28%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B468EB (or 0xB468EB) is known color: Medium Orchid. HEX triplet: B4, 68 and EB. RGB value is (180,104,235). Sum of RGB (Red+Green+Blue) = 180+104+235=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #B468EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468EB is #4B9714. Grayscale: #8D8D8D. Windows color (decimal): -4953877 or 15427764. OLE color: 15427764.

HSL color Cylindrical-coordinate representation of color #B468EB: hue angle of 274.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B468EB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 104 235 -
CMYK 0.23 0.56 0 0.08
HSL 274.81º 0.77% 0.66% -
HSV(B) 274.81º 0.56% 0.92% -
XYZ 38.77 25.6 81.5 -
YUV 141.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 180 104 235 0.23 0.56 0 0.08 274.81 0.77 0.66
Hex B4 68 EB 17 38 0 8 113 4D 42
Octal 264 150 353 27 70 0 10 423 115 102
Binary 10110100 1101000 11101011 10111 111000 0 1000 100010011 1001101 1000010

Color Harmonies of #B468EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468EB

Black with #B468EB

Text Example


Text Example

White with #B468EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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