Html Css Color HEX #B962F2 Medium Orchid

📋 copy color: '#B962F2'

red 185 ◦ green 98 ◦ blue 242

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

Shades of Medium Orchid #B962F2

Tints of Medium Orchid #B962F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.67%

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

R = 35.24%
G = 18.67%
B = 46.1%

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

#B962F2 (or 0xB962F2) is known color: Medium Orchid. HEX triplet: B9, 62 and F2. RGB value is (185,98,242). Sum of RGB (Red+Green+Blue) = 185+98+242=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #B962F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962F2 is #469D0D. Grayscale: #8B8B8B. Windows color (decimal): -4627726 or 15884985. OLE color: 15884985.

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

Color convert

RGB 185 98 242 -
CMYK 0.24 0.60 0 0.05
HSL 276.25º 0.85% 0.67% -
HSV(B) 276.25º 0.6% 0.95% -
XYZ 40.4 25.46 86.79 -
YUV 140.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 185 98 242 0.24 0.60 0 0.05 276.25 0.85 0.67
Hex B9 62 F2 18 3C 0 5 114 55 43
Octal 271 142 362 30 74 0 5 424 125 103
Binary 10111001 1100010 11110010 11000 111100 0 101 100010100 1010101 1000011

Color Harmonies of #B962F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962F2

Black with #B962F2

Text Example


Text Example

White with #B962F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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