Html Css Color HEX #B464FA Medium Orchid

📋 copy color: '#B464FA'

red 180 ◦ green 100 ◦ blue 250

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

Shades of Medium Orchid #B464FA

Tints of Medium Orchid #B464FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 33.96%
G = 18.87%
B = 47.17%

CMYK

 C value IS 0.28

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B464FA (or 0xB464FA) is known color: Medium Orchid. HEX triplet: B4, 64 and FA. RGB value is (180,100,250). Sum of RGB (Red+Green+Blue) = 180+100+250=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B464FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464FA is #4B9B05. Grayscale: #8C8C8C. Windows color (decimal): -4954886 or 16409780. OLE color: 16409780.

HSL color Cylindrical-coordinate representation of color #B464FA: hue angle of 272º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B464FA is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 100 250 -
CMYK 0.28 0.6 0 0.02
HSL 272º 0.94% 0.69% -
HSV(B) 272º 0.6% 0.98% -
XYZ 40.63 25.72 93.27 -
YUV 141.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 180 100 250 0.28 0.6 0 0.02 272 0.94 0.69
Hex B4 64 FA 1C 3C 0 2 110 5E 45
Octal 264 144 372 34 74 0 2 420 136 105
Binary 10110100 1100100 11111010 11100 111100 0 10 100010000 1011110 1000101

Color Harmonies of #B464FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464FA

Black with #B464FA

Text Example


Text Example

White with #B464FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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