Html Css Color HEX #B450CB Medium Orchid

📋 copy color: '#B450CB'

red 180 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #B450CB

Tints of Medium Orchid #B450CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 38.88%
G = 17.28%
B = 43.84%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B450CB (or 0xB450CB) is known color: Medium Orchid. HEX triplet: B4, 50 and CB. RGB value is (180,80,203). Sum of RGB (Red+Green+Blue) = 180+80+203=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B450CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450CB is #4BAF34. Grayscale: #7B7B7B. Windows color (decimal): -4960053 or 13324468. OLE color: 13324468.

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

Color convert

RGB 180 80 203 -
CMYK 0.11 0.61 0 0.20
HSL 288.78º 0.54% 0.55% -
HSV(B) 288.78º 0.61% 0.8% -
XYZ 32.47 19.75 58.6 -
YUV 123.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 180 80 203 0.11 0.61 0 0.20 288.78 0.54 0.55
Hex B4 50 CB B 3D 0 14 121 36 37
Octal 264 120 313 13 75 0 24 441 66 67
Binary 10110100 1010000 11001011 1011 111101 0 10100 100100001 110110 110111

Color Harmonies of #B450CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450CB

Black with #B450CB

Text Example


Text Example

White with #B450CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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