Html Css Color HEX #B45CFC Medium Orchid

📋 copy color: '#B45CFC'

red 180 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B45CFC

Tints of Medium Orchid #B45CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.56%

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

R = 34.35%
G = 17.56%
B = 48.09%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B45CFC (or 0xB45CFC) is known color: Medium Orchid. HEX triplet: B4, 5C and FC. RGB value is (180,92,252). Sum of RGB (Red+Green+Blue) = 180+92+252=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #B45CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFC is #4BA303. Grayscale: #888888. Windows color (decimal): -4956932 or 16538804. OLE color: 16538804.

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

Color convert

RGB 180 92 252 -
CMYK 0.29 0.63 0 0.01
HSL 273º 0.96% 0.67% -
HSV(B) 273º 0.63% 0.99% -
XYZ 40.22 24.39 94.68 -
YUV 136.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 180 92 252 0.29 0.63 0 0.01 273 0.96 0.67
Hex B4 5C FC 1D 3F 0 1 111 60 43
Octal 264 134 374 35 77 0 1 421 140 103
Binary 10110100 1011100 11111100 11101 111111 0 1 100010001 1100000 1000011

Color Harmonies of #B45CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CFC

Black with #B45CFC

Text Example


Text Example

White with #B45CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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