Html Css Color HEX #B455CB Medium Orchid

📋 copy color: '#B455CB'

red 180 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B455CB

Tints of Medium Orchid #B455CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

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

R = 38.46%
G = 18.16%
B = 43.38%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B455CB (or 0xB455CB) is known color: Medium Orchid. HEX triplet: B4, 55 and CB. RGB value is (180,85,203). Sum of RGB (Red+Green+Blue) = 180+85+203=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B455CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455CB is #4BAA34. Grayscale: #7E7E7E. Windows color (decimal): -4958773 or 13325748. OLE color: 13325748.

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

Color convert

RGB 180 85 203 -
CMYK 0.11 0.58 0 0.20
HSL 288.31º 0.53% 0.56% -
HSV(B) 288.31º 0.58% 0.8% -
XYZ 32.85 20.51 58.73 -
YUV 126.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 180 85 203 0.11 0.58 0 0.20 288.31 0.53 0.56
Hex B4 55 CB B 3A 0 14 120 35 38
Octal 264 125 313 13 72 0 24 440 65 70
Binary 10110100 1010101 11001011 1011 111010 0 10100 100100000 110101 111000

Color Harmonies of #B455CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455CB

Black with #B455CB

Text Example


Text Example

White with #B455CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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