Html Css Color HEX #B458CE Medium Orchid

📋 copy color: '#B458CE'

red 180 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B458CE

Tints of Medium Orchid #B458CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 37.97%
G = 18.57%
B = 43.46%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B458CE (or 0xB458CE) is known color: Medium Orchid. HEX triplet: B4, 58 and CE. RGB value is (180,88,206). Sum of RGB (Red+Green+Blue) = 180+88+206=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B458CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458CE is #4BA731. Grayscale: #808080. Windows color (decimal): -4958002 or 13523124. OLE color: 13523124.

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

Color convert

RGB 180 88 206 -
CMYK 0.13 0.57 0 0.19
HSL 286.78º 0.55% 0.58% -
HSV(B) 286.78º 0.57% 0.81% -
XYZ 33.45 21.14 60.71 -
YUV 128.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 180 88 206 0.13 0.57 0 0.19 286.78 0.55 0.58
Hex B4 58 CE D 39 0 13 11F 37 3A
Octal 264 130 316 15 71 0 23 437 67 72
Binary 10110100 1011000 11001110 1101 111001 0 10011 100011111 110111 111010

Color Harmonies of #B458CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458CE

Black with #B458CE

Text Example


Text Example

White with #B458CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458CE; }

 p { color: rgb(180,88,206); }

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

background-color css

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

 a { background-color: rgb(180,88,206); }

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

border-color css

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

 span { border-color: rgb(180,88,206); }

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