Html Css Color HEX #B458C9 Medium Orchid

📋 copy color: '#B458C9'

red 180 ◦ green 88 ◦ blue 201

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

Shades of Medium Orchid #B458C9

Tints of Medium Orchid #B458C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 38.38%
G = 18.76%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B458C9 (or 0xB458C9) is known color: Medium Orchid. HEX triplet: B4, 58 and C9. RGB value is (180,88,201). Sum of RGB (Red+Green+Blue) = 180+88+201=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B458C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458C9 is #4BA736. Grayscale: #808080. Windows color (decimal): -4958007 or 13195444. OLE color: 13195444.

HSL color Cylindrical-coordinate representation of color #B458C9: hue angle of 288.85º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B458C9 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 88 201 -
CMYK 0.10 0.56 0 0.21
HSL 288.85º 0.51% 0.57% -
HSV(B) 288.85º 0.56% 0.79% -
XYZ 32.85 20.9 57.56 -
YUV 128.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 180 88 201 0.10 0.56 0 0.21 288.85 0.51 0.57
Hex B4 58 C9 A 38 0 15 121 33 39
Octal 264 130 311 12 70 0 25 441 63 71
Binary 10110100 1011000 11001001 1010 111000 0 10101 100100001 110011 111001

Color Harmonies of #B458C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458C9

Black with #B458C9

Text Example


Text Example

White with #B458C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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