Html Css Color HEX #B665F7 Medium Orchid

📋 copy color: '#B665F7'

red 182 ◦ green 101 ◦ blue 247

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

Shades of Medium Orchid #B665F7

Tints of Medium Orchid #B665F7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

 BLUE value IS 247 (96.88% from 255) = 46.6%

R = 34.34%
G = 19.06%
B = 46.6%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B665F7 (or 0xB665F7) is known color: Medium Orchid. HEX triplet: B6, 65 and F7. RGB value is (182,101,247). Sum of RGB (Red+Green+Blue) = 182+101+247=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #B665F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665F7 is #499A08. Grayscale: #8D8D8D. Windows color (decimal): -4823561 or 16213430. OLE color: 16213430.

HSL color Cylindrical-coordinate representation of color #B665F7: hue angle of 273.29º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B665F7 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 101 247 -
CMYK 0.26 0.59 0 0.03
HSL 273.29º 0.9% 0.68% -
HSV(B) 273.29º 0.59% 0.97% -
XYZ 40.73 25.97 90.86 -
YUV 141.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 182 101 247 0.26 0.59 0 0.03 273.29 0.9 0.68
Hex B6 65 F7 1A 3B 0 3 111 5A 44
Octal 266 145 367 32 73 0 3 421 132 104
Binary 10110110 1100101 11110111 11010 111011 0 11 100010001 1011010 1000100

Color Harmonies of #B665F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665F7

Black with #B665F7

Text Example


Text Example

White with #B665F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665F7; }

 p { color: rgb(182,101,247); }

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

background-color css

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

 a { background-color: rgb(182,101,247); }

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

border-color css

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

 span { border-color: rgb(182,101,247); }

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