Html Css Color HEX #B45AFB Medium Orchid

📋 copy color: '#B45AFB'

red 180 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B45AFB

Tints of Medium Orchid #B45AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 34.55%
G = 17.27%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B45AFB (or 0xB45AFB) is known color: Medium Orchid. HEX triplet: B4, 5A and FB. RGB value is (180,90,251). Sum of RGB (Red+Green+Blue) = 180+90+251=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B45AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AFB is #4BA504. Grayscale: #868686. Windows color (decimal): -4957445 or 16472756. OLE color: 16472756.

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

Color convert

RGB 180 90 251 -
CMYK 0.28 0.64 0 0.02
HSL 273.54º 0.95% 0.67% -
HSV(B) 273.54º 0.64% 0.98% -
XYZ 39.89 23.98 93.79 -
YUV 135.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 180 90 251 0.28 0.64 0 0.02 273.54 0.95 0.67
Hex B4 5A FB 1C 40 0 2 112 5F 43
Octal 264 132 373 34 100 0 2 422 137 103
Binary 10110100 1011010 11111011 11100 1000000 0 10 100010010 1011111 1000011

Color Harmonies of #B45AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AFB

Black with #B45AFB

Text Example


Text Example

White with #B45AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AFB; }

 p { color: rgb(180,90,251); }

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

background-color css

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

 a { background-color: rgb(180,90,251); }

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

border-color css

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

 span { border-color: rgb(180,90,251); }

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