Html Css Color HEX #B46BED Medium Orchid

📋 copy color: '#B46BED'

red 180 ◦ green 107 ◦ blue 237

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

Shades of Medium Orchid #B46BED

Tints of Medium Orchid #B46BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.42%

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 34.35%
G = 20.42%
B = 45.23%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B46BED (or 0xB46BED) is known color: Medium Orchid. HEX triplet: B4, 6B and ED. RGB value is (180,107,237). Sum of RGB (Red+Green+Blue) = 180+107+237=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #B46BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BED is #4B9412. Grayscale: #8F8F8F. Windows color (decimal): -4953107 or 15559604. OLE color: 15559604.

HSL color Cylindrical-coordinate representation of color #B46BED: hue angle of 273.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46BED is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 107 237 -
CMYK 0.24 0.55 0 0.07
HSL 273.69º 0.78% 0.67% -
HSV(B) 273.69º 0.55% 0.93% -
XYZ 39.37 26.33 83.13 -
YUV 143.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 180 107 237 0.24 0.55 0 0.07 273.69 0.78 0.67
Hex B4 6B ED 18 37 0 7 112 4E 43
Octal 264 153 355 30 67 0 7 422 116 103
Binary 10110100 1101011 11101101 11000 110111 0 111 100010010 1001110 1000011

Color Harmonies of #B46BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BED

Black with #B46BED

Text Example


Text Example

White with #B46BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BED; }

 p { color: rgb(180,107,237); }

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

background-color css

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

 a { background-color: rgb(180,107,237); }

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

border-color css

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

 span { border-color: rgb(180,107,237); }

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