Html Css Color HEX #B458C4 Medium Orchid

📋 copy color: '#B458C4'

red 180 ◦ green 88 ◦ blue 196

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

Shades of Medium Orchid #B458C4

Tints of Medium Orchid #B458C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 38.79%
G = 18.97%
B = 42.24%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B458C4 (or 0xB458C4) is known color: Medium Orchid. HEX triplet: B4, 58 and C4. RGB value is (180,88,196). Sum of RGB (Red+Green+Blue) = 180+88+196=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #B458C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458C4 is #4BA73B. Grayscale: #7F7F7F. Windows color (decimal): -4958012 or 12867764. OLE color: 12867764.

HSL color Cylindrical-coordinate representation of color #B458C4: hue angle of 291.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B458C4 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 88 196 -
CMYK 0.08 0.55 0 0.23
HSL 291.11º 0.48% 0.56% -
HSV(B) 291.11º 0.55% 0.77% -
XYZ 32.28 20.67 54.51 -
YUV 127.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 180 88 196 0.08 0.55 0 0.23 291.11 0.48 0.56
Hex B4 58 C4 8 37 0 17 123 30 38
Octal 264 130 304 10 67 0 27 443 60 70
Binary 10110100 1011000 11000100 1000 110111 0 10111 100100011 110000 111000

Color Harmonies of #B458C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458C4

Black with #B458C4

Text Example


Text Example

White with #B458C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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