Html Css Color HEX #B448CF Medium Orchid

📋 copy color: '#B448CF'

red 180 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #B448CF

Tints of Medium Orchid #B448CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.69%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 39.22%
G = 15.69%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B448CF (or 0xB448CF) is known color: Medium Orchid. HEX triplet: B4, 48 and CF. RGB value is (180,72,207). Sum of RGB (Red+Green+Blue) = 180+72+207=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B448CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448CF is #4BB730. Grayscale: #777777. Windows color (decimal): -4962097 or 13584564. OLE color: 13584564.

HSL color Cylindrical-coordinate representation of color #B448CF: hue angle of 288º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B448CF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 72 207 -
CMYK 0.13 0.65 0 0.19
HSL 288º 0.58% 0.55% -
HSV(B) 288º 0.65% 0.81% -
XYZ 32.4 18.84 60.96 -
YUV 119.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 180 72 207 0.13 0.65 0 0.19 288 0.58 0.55
Hex B4 48 CF D 41 0 13 120 3A 37
Octal 264 110 317 15 101 0 23 440 72 67
Binary 10110100 1001000 11001111 1101 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B448CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448CF

Black with #B448CF

Text Example


Text Example

White with #B448CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448CF; }

 p { color: rgb(180,72,207); }

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

background-color css

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

 a { background-color: rgb(180,72,207); }

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

border-color css

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

 span { border-color: rgb(180,72,207); }

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