Html Css Color HEX #B451CB Medium Orchid

📋 copy color: '#B451CB'

red 180 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #B451CB

Tints of Medium Orchid #B451CB

RGB

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

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

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

R = 38.79%
G = 17.46%
B = 43.75%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B451CB (or 0xB451CB) is known color: Medium Orchid. HEX triplet: B4, 51 and CB. RGB value is (180,81,203). Sum of RGB (Red+Green+Blue) = 180+81+203=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B451CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451CB is #4BAE34. Grayscale: #7C7C7C. Windows color (decimal): -4959797 or 13324724. OLE color: 13324724.

HSL color Cylindrical-coordinate representation of color #B451CB: hue angle of 288.69º 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 #B451CB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 81 203 -
CMYK 0.11 0.60 0 0.20
HSL 288.69º 0.54% 0.56% -
HSV(B) 288.69º 0.6% 0.8% -
XYZ 32.54 19.9 58.63 -
YUV 124.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 180 81 203 0.11 0.60 0 0.20 288.69 0.54 0.56
Hex B4 51 CB B 3C 0 14 121 36 38
Octal 264 121 313 13 74 0 24 441 66 70
Binary 10110100 1010001 11001011 1011 111100 0 10100 100100001 110110 111000

Color Harmonies of #B451CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451CB

Black with #B451CB

Text Example


Text Example

White with #B451CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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