Html Css Color HEX #B451CA Medium Orchid

📋 copy color: '#B451CA'

red 180 ◦ green 81 ◦ blue 202

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

Shades of Medium Orchid #B451CA

Tints of Medium Orchid #B451CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 38.88%
G = 17.49%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B451CA (or 0xB451CA) is known color: Medium Orchid. HEX triplet: B4, 51 and CA. RGB value is (180,81,202). Sum of RGB (Red+Green+Blue) = 180+81+202=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #B451CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451CA is #4BAE35. Grayscale: #7C7C7C. Windows color (decimal): -4959798 or 13259188. OLE color: 13259188.

HSL color Cylindrical-coordinate representation of color #B451CA: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B451CA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 81 202 -
CMYK 0.11 0.60 0 0.21
HSL 289.09º 0.53% 0.55% -
HSV(B) 289.09º 0.6% 0.79% -
XYZ 32.43 19.85 58 -
YUV 124.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 180 81 202 0.11 0.60 0 0.21 289.09 0.53 0.55
Hex B4 51 CA B 3C 0 15 121 35 37
Octal 264 121 312 13 74 0 25 441 65 67
Binary 10110100 1010001 11001010 1011 111100 0 10101 100100001 110101 110111

Color Harmonies of #B451CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451CA

Black with #B451CA

Text Example


Text Example

White with #B451CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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