Html Css Color HEX #B45CFD Medium Orchid

📋 copy color: '#B45CFD'

red 180 ◦ green 92 ◦ blue 253

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

Shades of Medium Orchid #B45CFD

Tints of Medium Orchid #B45CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 34.29%
G = 17.52%
B = 48.19%

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

#B45CFD (or 0xB45CFD) is known color: Medium Orchid. HEX triplet: B4, 5C and FD. RGB value is (180,92,253). Sum of RGB (Red+Green+Blue) = 180+92+253=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #B45CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFD is #4BA302. Grayscale: #888888. Windows color (decimal): -4956931 or 16604340. OLE color: 16604340.

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

Color convert

RGB 180 92 253 -
CMYK 0.29 0.64 0 0.01
HSL 272.8º 0.98% 0.68% -
HSV(B) 272.8º 0.64% 0.99% -
XYZ 40.38 24.45 95.52 -
YUV 136.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 180 92 253 0.29 0.64 0 0.01 272.8 0.98 0.68
Hex B4 5C FD 1D 40 0 1 111 62 44
Octal 264 134 375 35 100 0 1 421 142 104
Binary 10110100 1011100 11111101 11101 1000000 0 1 100010001 1100010 1000100

Color Harmonies of #B45CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CFD

Black with #B45CFD

Text Example


Text Example

White with #B45CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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