Html Css Color HEX #B458CC Medium Orchid

📋 copy color: '#B458CC'

red 180 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #B458CC

Tints of Medium Orchid #B458CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 38.14%
G = 18.64%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B458CC (or 0xB458CC) is known color: Medium Orchid. HEX triplet: B4, 58 and CC. RGB value is (180,88,204). Sum of RGB (Red+Green+Blue) = 180+88+204=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B458CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458CC is #4BA733. Grayscale: #808080. Windows color (decimal): -4958004 or 13392052. OLE color: 13392052.

HSL color Cylindrical-coordinate representation of color #B458CC: hue angle of 287.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B458CC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 88 204 -
CMYK 0.12 0.57 0 0.2
HSL 287.59º 0.53% 0.57% -
HSV(B) 287.59º 0.57% 0.8% -
XYZ 33.21 21.04 59.44 -
YUV 128.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 180 88 204 0.12 0.57 0 0.2 287.59 0.53 0.57
Hex B4 58 CC C 39 0 14 120 35 39
Octal 264 130 314 14 71 0 24 440 65 71
Binary 10110100 1011000 11001100 1100 111001 0 10100 100100000 110101 111001

Color Harmonies of #B458CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458CC

Black with #B458CC

Text Example


Text Example

White with #B458CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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