Html Css Color HEX #B961F2 Medium Orchid

📋 copy color: '#B961F2'

red 185 ◦ green 97 ◦ blue 242

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

Shades of Medium Orchid #B961F2

Tints of Medium Orchid #B961F2

RGB

 RED value IS 185 (72.66% from 255) = 35.31%

 GREEN value IS 97 (38.28% from 255) = 18.51%

 BLUE value IS 242 (94.92% from 255) = 46.18%

R = 35.31%
G = 18.51%
B = 46.18%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B961F2 (or 0xB961F2) is known color: Medium Orchid. HEX triplet: B9, 61 and F2. RGB value is (185,97,242). Sum of RGB (Red+Green+Blue) = 185+97+242=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #B961F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961F2 is #469E0D. Grayscale: #8B8B8B. Windows color (decimal): -4627982 or 15884729. OLE color: 15884729.

HSL color Cylindrical-coordinate representation of color #B961F2: hue angle of 276.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B961F2 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 97 242 -
CMYK 0.24 0.60 0 0.05
HSL 276.41º 0.85% 0.66% -
HSV(B) 276.41º 0.6% 0.95% -
XYZ 40.31 25.27 86.76 -
YUV 139.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 185 97 242 0.24 0.60 0 0.05 276.41 0.85 0.66
Hex B9 61 F2 18 3C 0 5 114 55 42
Octal 271 141 362 30 74 0 5 424 125 102
Binary 10111001 1100001 11110010 11000 111100 0 101 100010100 1010101 1000010

Color Harmonies of #B961F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961F2

Black with #B961F2

Text Example


Text Example

White with #B961F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961F2; }

 p { color: rgb(185,97,242); }

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

background-color css

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

 a { background-color: rgb(185,97,242); }

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

border-color css

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

 span { border-color: rgb(185,97,242); }

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