Html Css Color HEX #B765CF Medium Orchid

📋 copy color: '#B765CF'

red 183 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #B765CF

Tints of Medium Orchid #B765CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 37.27%
G = 20.57%
B = 42.16%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B765CF (or 0xB765CF) is known color: Medium Orchid. HEX triplet: B7, 65 and CF. RGB value is (183,101,207). Sum of RGB (Red+Green+Blue) = 183+101+207=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B765CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765CF is #489A30. Grayscale: #898989. Windows color (decimal): -4758065 or 13591991. OLE color: 13591991.

HSL color Cylindrical-coordinate representation of color #B765CF: hue angle of 286.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B765CF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 101 207 -
CMYK 0.12 0.51 0 0.19
HSL 286.42º 0.52% 0.6% -
HSV(B) 286.42º 0.51% 0.81% -
XYZ 35.44 23.88 61.77 -
YUV 137.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 183 101 207 0.12 0.51 0 0.19 286.42 0.52 0.6
Hex B7 65 CF C 33 0 13 11E 34 3C
Octal 267 145 317 14 63 0 23 436 64 74
Binary 10110111 1100101 11001111 1100 110011 0 10011 100011110 110100 111100

Color Harmonies of #B765CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765CF

Black with #B765CF

Text Example


Text Example

White with #B765CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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