Html Css Color HEX #B45BFC Medium Orchid

📋 copy color: '#B45BFC'

red 180 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #B45BFC

Tints of Medium Orchid #B45BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.4%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 34.42%
G = 17.4%
B = 48.18%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B45BFC (or 0xB45BFC) is known color: Medium Orchid. HEX triplet: B4, 5B and FC. RGB value is (180,91,252). Sum of RGB (Red+Green+Blue) = 180+91+252=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B45BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BFC is #4BA403. Grayscale: #878787. Windows color (decimal): -4957188 or 16538548. OLE color: 16538548.

HSL color Cylindrical-coordinate representation of color #B45BFC: hue angle of 273.17º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45BFC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 91 252 -
CMYK 0.29 0.64 0 0.01
HSL 273.17º 0.96% 0.67% -
HSV(B) 273.17º 0.64% 0.99% -
XYZ 40.13 24.21 94.65 -
YUV 135.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 180 91 252 0.29 0.64 0 0.01 273.17 0.96 0.67
Hex B4 5B FC 1D 40 0 1 111 60 43
Octal 264 133 374 35 100 0 1 421 140 103
Binary 10110100 1011011 11111100 11101 1000000 0 1 100010001 1100000 1000011

Color Harmonies of #B45BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BFC

Black with #B45BFC

Text Example


Text Example

White with #B45BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BFC; }

 p { color: rgb(180,91,252); }

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

background-color css

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

 a { background-color: rgb(180,91,252); }

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

border-color css

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

 span { border-color: rgb(180,91,252); }

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