Html Css Color HEX #B768F7 Medium Orchid

📋 copy color: '#B768F7'

red 183 ◦ green 104 ◦ blue 247

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

Shades of Medium Orchid #B768F7

Tints of Medium Orchid #B768F7

RGB

 RED value IS 183 (71.88% from 255) = 34.27%

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 34.27%
G = 19.48%
B = 46.25%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B768F7 (or 0xB768F7) is known color: Medium Orchid. HEX triplet: B7, 68 and F7. RGB value is (183,104,247). Sum of RGB (Red+Green+Blue) = 183+104+247=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #B768F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F7 is #489708. Grayscale: #8F8F8F. Windows color (decimal): -4757257 or 16214199. OLE color: 16214199.

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

Color convert

RGB 183 104 247 -
CMYK 0.26 0.58 0 0.03
HSL 273.15º 0.9% 0.69% -
HSV(B) 273.15º 0.58% 0.97% -
XYZ 41.27 26.68 90.97 -
YUV 143.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 183 104 247 0.26 0.58 0 0.03 273.15 0.9 0.69
Hex B7 68 F7 1A 3A 0 3 111 5A 45
Octal 267 150 367 32 72 0 3 421 132 105
Binary 10110111 1101000 11110111 11010 111010 0 11 100010001 1011010 1000101

Color Harmonies of #B768F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768F7

Black with #B768F7

Text Example


Text Example

White with #B768F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768F7; }

 p { color: rgb(183,104,247); }

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

background-color css

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

 a { background-color: rgb(183,104,247); }

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

border-color css

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

 span { border-color: rgb(183,104,247); }

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