Html Css Color HEX #B765F7 Medium Orchid

📋 copy color: '#B765F7'

red 183 ◦ green 101 ◦ blue 247

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

Shades of Medium Orchid #B765F7

Tints of Medium Orchid #B765F7

RGB

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

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

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

R = 34.46%
G = 19.02%
B = 46.52%

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

#B765F7 (or 0xB765F7) is known color: Medium Orchid. HEX triplet: B7, 65 and F7. RGB value is (183,101,247). Sum of RGB (Red+Green+Blue) = 183+101+247=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #B765F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B765F7 is #489A08. Grayscale: #8D8D8D. Windows color (decimal): -4758025 or 16213431. OLE color: 16213431.

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

Color convert

RGB 183 101 247 -
CMYK 0.26 0.59 0 0.03
HSL 273.7º 0.9% 0.68% -
HSV(B) 273.7º 0.59% 0.97% -
XYZ 40.97 26.09 90.87 -
YUV 142.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 183 101 247 0.26 0.59 0 0.03 273.7 0.9 0.68
Hex B7 65 F7 1A 3B 0 3 112 5A 44
Octal 267 145 367 32 73 0 3 422 132 104
Binary 10110111 1100101 11110111 11010 111011 0 11 100010010 1011010 1000100

Color Harmonies of #B765F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765F7

Black with #B765F7

Text Example


Text Example

White with #B765F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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