Html Css Color HEX #B46CEF Medium Orchid

📋 copy color: '#B46CEF'

red 180 ◦ green 108 ◦ blue 239

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

Shades of Medium Orchid #B46CEF

Tints of Medium Orchid #B46CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 34.16%
G = 20.49%
B = 45.35%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B46CEF (or 0xB46CEF) is known color: Medium Orchid. HEX triplet: B4, 6C and EF. RGB value is (180,108,239). Sum of RGB (Red+Green+Blue) = 180+108+239=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #B46CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CEF is #4B9310. Grayscale: #909090. Windows color (decimal): -4952849 or 15690932. OLE color: 15690932.

HSL color Cylindrical-coordinate representation of color #B46CEF: hue angle of 272.98º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46CEF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 108 239 -
CMYK 0.25 0.55 0 0.06
HSL 272.98º 0.8% 0.68% -
HSV(B) 272.98º 0.55% 0.94% -
XYZ 39.76 26.66 84.71 -
YUV 144.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 180 108 239 0.25 0.55 0 0.06 272.98 0.8 0.68
Hex B4 6C EF 19 37 0 6 111 50 44
Octal 264 154 357 31 67 0 6 421 120 104
Binary 10110100 1101100 11101111 11001 110111 0 110 100010001 1010000 1000100

Color Harmonies of #B46CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CEF

Black with #B46CEF

Text Example


Text Example

White with #B46CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CEF; }

 p { color: rgb(180,108,239); }

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

background-color css

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

 a { background-color: rgb(180,108,239); }

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

border-color css

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

 span { border-color: rgb(180,108,239); }

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