Html Css Color HEX #B447FF Medium Orchid

📋 copy color: '#B447FF'

red 180 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B447FF

Tints of Medium Orchid #B447FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.03%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 35.57%
G = 14.03%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B447FF (or 0xB447FF) is known color: Medium Orchid. HEX triplet: B4, 47 and FF. RGB value is (180,71,255). Sum of RGB (Red+Green+Blue) = 180+71+255=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B447FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447FF is #4BB800. Grayscale: #7B7B7B. Windows color (decimal): -4962305 or 16730036. OLE color: 16730036.

HSL color Cylindrical-coordinate representation of color #B447FF: hue angle of 275.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B447FF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 71 255 -
CMYK 0.29 0.72 0 0
HSL 275.54º 1% 0.64% -
HSV(B) 275.54º 0.72% 1% -
XYZ 39.13 21.43 96.68 -
YUV 124.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 180 71 255 0.29 0.72 0 0 275.54 1 0.64
Hex B4 47 FF 1D 48 0 0 114 64 40
Octal 264 107 377 35 110 0 0 424 144 100
Binary 10110100 1000111 11111111 11101 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B447FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447FF

Black with #B447FF

Text Example


Text Example

White with #B447FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447FF; }

 p { color: rgb(180,71,255); }

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

background-color css

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

 a { background-color: rgb(180,71,255); }

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

border-color css

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

 span { border-color: rgb(180,71,255); }

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