Html Css Color HEX #B454CB Medium Orchid

📋 copy color: '#B454CB'

red 180 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #B454CB

Tints of Medium Orchid #B454CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 38.54%
G = 17.99%
B = 43.47%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B454CB (or 0xB454CB) is known color: Medium Orchid. HEX triplet: B4, 54 and CB. RGB value is (180,84,203). Sum of RGB (Red+Green+Blue) = 180+84+203=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B454CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454CB is #4BAB34. Grayscale: #7D7D7D. Windows color (decimal): -4959029 or 13325492. OLE color: 13325492.

HSL color Cylindrical-coordinate representation of color #B454CB: hue angle of 288.4º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B454CB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 84 203 -
CMYK 0.11 0.59 0 0.20
HSL 288.4º 0.53% 0.56% -
HSV(B) 288.4º 0.59% 0.8% -
XYZ 32.77 20.36 58.7 -
YUV 126.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 180 84 203 0.11 0.59 0 0.20 288.4 0.53 0.56
Hex B4 54 CB B 3B 0 14 120 35 38
Octal 264 124 313 13 73 0 24 440 65 70
Binary 10110100 1010100 11001011 1011 111011 0 10100 100100000 110101 111000

Color Harmonies of #B454CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454CB

Black with #B454CB

Text Example


Text Example

White with #B454CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454CB; }

 p { color: rgb(180,84,203); }

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

background-color css

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

 a { background-color: rgb(180,84,203); }

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

border-color css

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

 span { border-color: rgb(180,84,203); }

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