Html Css Color HEX #B46BF2 Medium Orchid

📋 copy color: '#B46BF2'

red 180 ◦ green 107 ◦ blue 242

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

Shades of Medium Orchid #B46BF2

Tints of Medium Orchid #B46BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 34.03%
G = 20.23%
B = 45.75%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B46BF2 (or 0xB46BF2) is known color: Medium Orchid. HEX triplet: B4, 6B and F2. RGB value is (180,107,242). Sum of RGB (Red+Green+Blue) = 180+107+242=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #B46BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BF2 is #4B940D. Grayscale: #8F8F8F. Windows color (decimal): -4953102 or 15887284. OLE color: 15887284.

HSL color Cylindrical-coordinate representation of color #B46BF2: hue angle of 272.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46BF2 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 107 242 -
CMYK 0.26 0.56 0 0.05
HSL 272.44º 0.84% 0.68% -
HSV(B) 272.44º 0.56% 0.95% -
XYZ 40.11 26.63 87.03 -
YUV 144.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 180 107 242 0.26 0.56 0 0.05 272.44 0.84 0.68
Hex B4 6B F2 1A 38 0 5 110 54 44
Octal 264 153 362 32 70 0 5 420 124 104
Binary 10110100 1101011 11110010 11010 111000 0 101 100010000 1010100 1000100

Color Harmonies of #B46BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BF2

Black with #B46BF2

Text Example


Text Example

White with #B46BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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