Html Css Color HEX #B662FA Medium Orchid

📋 copy color: '#B662FA'

red 182 ◦ green 98 ◦ blue 250

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

Shades of Medium Orchid #B662FA

Tints of Medium Orchid #B662FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 34.34%
G = 18.49%
B = 47.17%

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

#B662FA (or 0xB662FA) is known color: Medium Orchid. HEX triplet: B6, 62 and FA. RGB value is (182,98,250). Sum of RGB (Red+Green+Blue) = 182+98+250=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B662FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662FA is #499D05. Grayscale: #8B8B8B. Windows color (decimal): -4824326 or 16409270. OLE color: 16409270.

HSL color Cylindrical-coordinate representation of color #B662FA: hue angle of 273.16º degrees, saturation: 0.94, 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 #B662FA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 98 250 -
CMYK 0.27 0.61 0 0.02
HSL 273.16º 0.94% 0.68% -
HSV(B) 273.16º 0.61% 0.98% -
XYZ 40.91 25.58 93.22 -
YUV 140.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 182 98 250 0.27 0.61 0 0.02 273.16 0.94 0.68
Hex B6 62 FA 1B 3D 0 2 111 5E 44
Octal 266 142 372 33 75 0 2 421 136 104
Binary 10110110 1100010 11111010 11011 111101 0 10 100010001 1011110 1000100

Color Harmonies of #B662FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662FA

Black with #B662FA

Text Example


Text Example

White with #B662FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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