Html Css Color HEX #B251CB Medium Orchid

📋 copy color: '#B251CB'

red 178 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #B251CB

Tints of Medium Orchid #B251CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.53%

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

R = 38.53%
G = 17.53%
B = 43.94%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B251CB (or 0xB251CB) is known color: Medium Orchid. HEX triplet: B2, 51 and CB. RGB value is (178,81,203). Sum of RGB (Red+Green+Blue) = 178+81+203=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B251CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251CB is #4DAE34. Grayscale: #7B7B7B. Windows color (decimal): -5090869 or 13324722. OLE color: 13324722.

HSL color Cylindrical-coordinate representation of color #B251CB: hue angle of 287.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B251CB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 81 203 -
CMYK 0.12 0.60 0 0.20
HSL 287.7º 0.54% 0.56% -
HSV(B) 287.7º 0.6% 0.8% -
XYZ 32.08 19.66 58.6 -
YUV 123.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 178 81 203 0.12 0.60 0 0.20 287.7 0.54 0.56
Hex B2 51 CB C 3C 0 14 120 36 38
Octal 262 121 313 14 74 0 24 440 66 70
Binary 10110010 1010001 11001011 1100 111100 0 10100 100100000 110110 111000

Color Harmonies of #B251CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251CB

Black with #B251CB

Text Example


Text Example

White with #B251CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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