Html Css Color HEX #B467EB Medium Orchid

📋 copy color: '#B467EB'

red 180 ◦ green 103 ◦ blue 235

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

Shades of Medium Orchid #B467EB

Tints of Medium Orchid #B467EB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.88%

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

R = 34.75%
G = 19.88%
B = 45.37%

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

#B467EB (or 0xB467EB) is known color: Medium Orchid. HEX triplet: B4, 67 and EB. RGB value is (180,103,235). Sum of RGB (Red+Green+Blue) = 180+103+235=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #B467EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B467EB is #4B9814. Grayscale: #8C8C8C. Windows color (decimal): -4954133 or 15427508. OLE color: 15427508.

HSL color Cylindrical-coordinate representation of color #B467EB: hue angle of 275º 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 #B467EB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 103 235 -
CMYK 0.23 0.56 0 0.08
HSL 275º 0.77% 0.66% -
HSV(B) 275º 0.56% 0.92% -
XYZ 38.67 25.4 81.46 -
YUV 141.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 180 103 235 0.23 0.56 0 0.08 275 0.77 0.66
Hex B4 67 EB 17 38 0 8 113 4D 42
Octal 264 147 353 27 70 0 10 423 115 102
Binary 10110100 1100111 11101011 10111 111000 0 1000 100010011 1001101 1000010

Color Harmonies of #B467EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467EB

Black with #B467EB

Text Example


Text Example

White with #B467EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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