Html Css Color HEX #B453CF Medium Orchid

📋 copy color: '#B453CF'

red 180 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B453CF

Tints of Medium Orchid #B453CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 38.3%
G = 17.66%
B = 44.04%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B453CF (or 0xB453CF) is known color: Medium Orchid. HEX triplet: B4, 53 and CF. RGB value is (180,83,207). Sum of RGB (Red+Green+Blue) = 180+83+207=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B453CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453CF is #4BAC30. Grayscale: #7D7D7D. Windows color (decimal): -4959281 or 13587380. OLE color: 13587380.

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

Color convert

RGB 180 83 207 -
CMYK 0.13 0.60 0 0.19
HSL 286.94º 0.56% 0.57% -
HSV(B) 286.94º 0.6% 0.81% -
XYZ 33.18 20.39 61.22 -
YUV 126.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 180 83 207 0.13 0.60 0 0.19 286.94 0.56 0.57
Hex B4 53 CF D 3C 0 13 11F 38 39
Octal 264 123 317 15 74 0 23 437 70 71
Binary 10110100 1010011 11001111 1101 111100 0 10011 100011111 111000 111001

Color Harmonies of #B453CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453CF

Black with #B453CF

Text Example


Text Example

White with #B453CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453CF; }

 p { color: rgb(180,83,207); }

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

background-color css

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

 a { background-color: rgb(180,83,207); }

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

border-color css

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

 span { border-color: rgb(180,83,207); }

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