Html Css Color HEX #B464F2 Medium Orchid

📋 copy color: '#B464F2'

red 180 ◦ green 100 ◦ blue 242

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

Shades of Medium Orchid #B464F2

Tints of Medium Orchid #B464F2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.16%

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

R = 34.48%
G = 19.16%
B = 46.36%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B464F2 (or 0xB464F2) is known color: Medium Orchid. HEX triplet: B4, 64 and F2. RGB value is (180,100,242). Sum of RGB (Red+Green+Blue) = 180+100+242=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #B464F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464F2 is #4B9B0D. Grayscale: #8B8B8B. Windows color (decimal): -4954894 or 15885492. OLE color: 15885492.

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

Color convert

RGB 180 100 242 -
CMYK 0.26 0.59 0 0.05
HSL 273.8º 0.85% 0.67% -
HSV(B) 273.8º 0.59% 0.95% -
XYZ 39.41 25.23 86.8 -
YUV 140.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 180 100 242 0.26 0.59 0 0.05 273.8 0.85 0.67
Hex B4 64 F2 1A 3B 0 5 112 55 43
Octal 264 144 362 32 73 0 5 422 125 103
Binary 10110100 1100100 11110010 11010 111011 0 101 100010010 1010101 1000011

Color Harmonies of #B464F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464F2

Black with #B464F2

Text Example


Text Example

White with #B464F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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