Html Css Color HEX #B662F9 Medium Orchid

📋 copy color: '#B662F9'

red 182 ◦ green 98 ◦ blue 249

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

Shades of Medium Orchid #B662F9

Tints of Medium Orchid #B662F9

RGB

 RED value IS 182 (71.48% from 255) = 34.4%

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

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 34.4%
G = 18.53%
B = 47.07%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B662F9 (or 0xB662F9) is known color: Medium Orchid. HEX triplet: B6, 62 and F9. RGB value is (182,98,249). Sum of RGB (Red+Green+Blue) = 182+98+249=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #B662F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662F9 is #499D06. Grayscale: #8B8B8B. Windows color (decimal): -4824327 or 16343734. OLE color: 16343734.

HSL color Cylindrical-coordinate representation of color #B662F9: hue angle of 273.38º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B662F9 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 98 249 -
CMYK 0.27 0.61 0 0.02
HSL 273.38º 0.93% 0.68% -
HSV(B) 273.38º 0.61% 0.98% -
XYZ 40.76 25.52 92.4 -
YUV 140.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 182 98 249 0.27 0.61 0 0.02 273.38 0.93 0.68
Hex B6 62 F9 1B 3D 0 2 111 5D 44
Octal 266 142 371 33 75 0 2 421 135 104
Binary 10110110 1100010 11111001 11011 111101 0 10 100010001 1011101 1000100

Color Harmonies of #B662F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662F9

Black with #B662F9

Text Example


Text Example

White with #B662F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662F9; }

 p { color: rgb(182,98,249); }

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

background-color css

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

 a { background-color: rgb(182,98,249); }

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

border-color css

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

 span { border-color: rgb(182,98,249); }

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