Html Css Color HEX #B45BCF Medium Orchid

📋 copy color: '#B45BCF'

red 180 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #B45BCF

Tints of Medium Orchid #B45BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 37.66%
G = 19.04%
B = 43.31%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B45BCF (or 0xB45BCF) is known color: Medium Orchid. HEX triplet: B4, 5B and CF. RGB value is (180,91,207). Sum of RGB (Red+Green+Blue) = 180+91+207=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B45BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BCF is #4BA430. Grayscale: #828282. Windows color (decimal): -4957233 or 13589428. OLE color: 13589428.

HSL color Cylindrical-coordinate representation of color #B45BCF: hue angle of 286.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45BCF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 91 207 -
CMYK 0.13 0.56 0 0.19
HSL 286.03º 0.55% 0.58% -
HSV(B) 286.03º 0.56% 0.81% -
XYZ 33.83 21.69 61.44 -
YUV 130.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 180 91 207 0.13 0.56 0 0.19 286.03 0.55 0.58
Hex B4 5B CF D 38 0 13 11E 37 3A
Octal 264 133 317 15 70 0 23 436 67 72
Binary 10110100 1011011 11001111 1101 111000 0 10011 100011110 110111 111010

Color Harmonies of #B45BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BCF

Black with #B45BCF

Text Example


Text Example

White with #B45BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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