Html Css Color HEX #B45CDF Medium Orchid

📋 copy color: '#B45CDF'

red 180 ◦ green 92 ◦ blue 223

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

Shades of Medium Orchid #B45CDF

Tints of Medium Orchid #B45CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 36.36%
G = 18.59%
B = 45.05%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45CDF (or 0xB45CDF) is known color: Medium Orchid. HEX triplet: B4, 5C and DF. RGB value is (180,92,223). Sum of RGB (Red+Green+Blue) = 180+92+223=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDF is #4BA320. Grayscale: #848484. Windows color (decimal): -4956961 or 14638260. OLE color: 14638260.

HSL color Cylindrical-coordinate representation of color #B45CDF: hue angle of 280.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45CDF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 92 223 -
CMYK 0.19 0.59 0 0.13
HSL 280.31º 0.67% 0.62% -
HSV(B) 280.31º 0.59% 0.87% -
XYZ 35.97 22.69 72.29 -
YUV 133.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 180 92 223 0.19 0.59 0 0.13 280.31 0.67 0.62
Hex B4 5C DF 13 3B 0 D 118 43 3E
Octal 264 134 337 23 73 0 15 430 103 76
Binary 10110100 1011100 11011111 10011 111011 0 1101 100011000 1000011 111110

Color Harmonies of #B45CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CDF

Black with #B45CDF

Text Example


Text Example

White with #B45CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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