Html Css Color HEX #B45CED Medium Orchid

📋 copy color: '#B45CED'

red 180 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #B45CED

Tints of Medium Orchid #B45CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 35.36%
G = 18.07%
B = 46.56%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B45CED (or 0xB45CED) is known color: Medium Orchid. HEX triplet: B4, 5C and ED. RGB value is (180,92,237). Sum of RGB (Red+Green+Blue) = 180+92+237=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B45CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CED is #4BA312. Grayscale: #868686. Windows color (decimal): -4956947 or 15555764. OLE color: 15555764.

HSL color Cylindrical-coordinate representation of color #B45CED: hue angle of 276.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45CED is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 92 237 -
CMYK 0.24 0.61 0 0.07
HSL 276.41º 0.8% 0.65% -
HSV(B) 276.41º 0.61% 0.93% -
XYZ 37.94 23.47 82.65 -
YUV 134.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 180 92 237 0.24 0.61 0 0.07 276.41 0.8 0.65
Hex B4 5C ED 18 3D 0 7 114 50 41
Octal 264 134 355 30 75 0 7 424 120 101
Binary 10110100 1011100 11101101 11000 111101 0 111 100010100 1010000 1000001

Color Harmonies of #B45CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CED

Black with #B45CED

Text Example


Text Example

White with #B45CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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