Html Css Color HEX #B865F7 Medium Orchid

📋 copy color: '#B865F7'

red 184 ◦ green 101 ◦ blue 247

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

Shades of Medium Orchid #B865F7

Tints of Medium Orchid #B865F7

RGB

 RED value IS 184 (72.27% from 255) = 34.59%

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

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

R = 34.59%
G = 18.98%
B = 46.43%

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

#B865F7 (or 0xB865F7) is known color: Medium Orchid. HEX triplet: B8, 65 and F7. RGB value is (184,101,247). Sum of RGB (Red+Green+Blue) = 184+101+247=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #B865F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865F7 is #479A08. Grayscale: #8D8D8D. Windows color (decimal): -4692489 or 16213432. OLE color: 16213432.

HSL color Cylindrical-coordinate representation of color #B865F7: hue angle of 274.11º 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 #B865F7 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 101 247 -
CMYK 0.26 0.59 0 0.03
HSL 274.11º 0.9% 0.68% -
HSV(B) 274.11º 0.59% 0.97% -
XYZ 41.21 26.21 90.88 -
YUV 142.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 184 101 247 0.26 0.59 0 0.03 274.11 0.9 0.68
Hex B8 65 F7 1A 3B 0 3 112 5A 44
Octal 270 145 367 32 73 0 3 422 132 104
Binary 10111000 1100101 11110111 11010 111011 0 11 100010010 1011010 1000100

Color Harmonies of #B865F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865F7

Black with #B865F7

Text Example


Text Example

White with #B865F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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