Html Css Color HEX #B65CCF Medium Orchid

📋 copy color: '#B65CCF'

red 182 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #B65CCF

Tints of Medium Orchid #B65CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

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

R = 37.84%
G = 19.13%
B = 43.04%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B65CCF (or 0xB65CCF) is known color: Medium Orchid. HEX triplet: B6, 5C and CF. RGB value is (182,92,207). Sum of RGB (Red+Green+Blue) = 182+92+207=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B65CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCF is #49A330. Grayscale: #838383. Windows color (decimal): -4825905 or 13589686. OLE color: 13589686.

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

Color convert

RGB 182 92 207 -
CMYK 0.12 0.56 0 0.19
HSL 286.96º 0.55% 0.59% -
HSV(B) 286.96º 0.56% 0.81% -
XYZ 34.38 22.1 61.49 -
YUV 132.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 182 92 207 0.12 0.56 0 0.19 286.96 0.55 0.59
Hex B6 5C CF C 38 0 13 11F 37 3B
Octal 266 134 317 14 70 0 23 437 67 73
Binary 10110110 1011100 11001111 1100 111000 0 10011 100011111 110111 111011

Color Harmonies of #B65CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CCF

Black with #B65CCF

Text Example


Text Example

White with #B65CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CCF; }

 p { color: rgb(182,92,207); }

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

background-color css

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

 a { background-color: rgb(182,92,207); }

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

border-color css

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

 span { border-color: rgb(182,92,207); }

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