Html Css Color HEX #B465EB Medium Orchid

📋 copy color: '#B465EB'

red 180 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #B465EB

Tints of Medium Orchid #B465EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.57%

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

R = 34.88%
G = 19.57%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B465EB (or 0xB465EB) is known color: Medium Orchid. HEX triplet: B4, 65 and EB. RGB value is (180,101,235). Sum of RGB (Red+Green+Blue) = 180+101+235=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #B465EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465EB is #4B9A14. Grayscale: #8B8B8B. Windows color (decimal): -4954645 or 15426996. OLE color: 15426996.

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

Color convert

RGB 180 101 235 -
CMYK 0.23 0.57 0 0.08
HSL 275.37º 0.77% 0.66% -
HSV(B) 275.37º 0.57% 0.92% -
XYZ 38.47 25.01 81.4 -
YUV 139.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 180 101 235 0.23 0.57 0 0.08 275.37 0.77 0.66
Hex B4 65 EB 17 39 0 8 113 4D 42
Octal 264 145 353 27 71 0 10 423 115 102
Binary 10110100 1100101 11101011 10111 111001 0 1000 100010011 1001101 1000010

Color Harmonies of #B465EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465EB

Black with #B465EB

Text Example


Text Example

White with #B465EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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