Html Css Color HEX #B240CB Medium Orchid

📋 copy color: '#B240CB'

red 178 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #B240CB

Tints of Medium Orchid #B240CB

RGB

 RED value IS 178 (69.92% from 255) = 40%

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 40%
G = 14.38%
B = 45.62%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B240CB (or 0xB240CB) is known color: Medium Orchid. HEX triplet: B2, 40 and CB. RGB value is (178,64,203). Sum of RGB (Red+Green+Blue) = 178+64+203=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B240CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240CB is #4DBF34. Grayscale: #717171. Windows color (decimal): -5095221 or 13320370. OLE color: 13320370.

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

Color convert

RGB 178 64 203 -
CMYK 0.12 0.68 0 0.20
HSL 289.21º 0.57% 0.52% -
HSV(B) 289.21º 0.68% 0.8% -
XYZ 30.97 17.44 58.23 -
YUV 113.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 178 64 203 0.12 0.68 0 0.20 289.21 0.57 0.52
Hex B2 40 CB C 44 0 14 121 39 34
Octal 262 100 313 14 104 0 24 441 71 64
Binary 10110010 1000000 11001011 1100 1000100 0 10100 100100001 111001 110100

Color Harmonies of #B240CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240CB

Black with #B240CB

Text Example


Text Example

White with #B240CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240CB; }

 p { color: rgb(178,64,203); }

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

background-color css

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

 a { background-color: rgb(178,64,203); }

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

border-color css

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

 span { border-color: rgb(178,64,203); }

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