Html Css Color HEX #B351F4 Medium Orchid

📋 copy color: '#B351F4'

red 179 ◦ green 81 ◦ blue 244

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

Shades of Medium Orchid #B351F4

Tints of Medium Orchid #B351F4

RGB

 RED value IS 179 (70.31% from 255) = 35.52%

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

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 35.52%
G = 16.07%
B = 48.41%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B351F4 (or 0xB351F4) is known color: Medium Orchid. HEX triplet: B3, 51 and F4. RGB value is (179,81,244). Sum of RGB (Red+Green+Blue) = 179+81+244=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #B351F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351F4 is #4CAE0B. Grayscale: #808080. Windows color (decimal): -5025292 or 16011699. OLE color: 16011699.

HSL color Cylindrical-coordinate representation of color #B351F4: hue angle of 276.07º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B351F4 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 81 244 -
CMYK 0.27 0.67 0 0.04
HSL 276.07º 0.88% 0.64% -
HSV(B) 276.07º 0.67% 0.96% -
XYZ 37.86 22 87.84 -
YUV 128.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 179 81 244 0.27 0.67 0 0.04 276.07 0.88 0.64
Hex B3 51 F4 1B 43 0 4 114 58 40
Octal 263 121 364 33 103 0 4 424 130 100
Binary 10110011 1010001 11110100 11011 1000011 0 100 100010100 1011000 1000000

Color Harmonies of #B351F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351F4

Black with #B351F4

Text Example


Text Example

White with #B351F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351F4; }

 p { color: rgb(179,81,244); }

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

background-color css

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

 a { background-color: rgb(179,81,244); }

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

border-color css

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

 span { border-color: rgb(179,81,244); }

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