Html Css Color HEX #B465CF Medium Orchid

📋 copy color: '#B465CF'

red 180 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #B465CF

Tints of Medium Orchid #B465CF

RGB

 RED value IS 180 (70.7% from 255) = 36.89%

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

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

R = 36.89%
G = 20.7%
B = 42.42%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B465CF (or 0xB465CF) is known color: Medium Orchid. HEX triplet: B4, 65 and CF. RGB value is (180,101,207). Sum of RGB (Red+Green+Blue) = 180+101+207=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B465CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CF is #4B9A30. Grayscale: #888888. Windows color (decimal): -4954673 or 13591988. OLE color: 13591988.

HSL color Cylindrical-coordinate representation of color #B465CF: hue angle of 284.72º 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 #B465CF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 101 207 -
CMYK 0.13 0.51 0 0.19
HSL 284.72º 0.52% 0.6% -
HSV(B) 284.72º 0.51% 0.81% -
XYZ 34.74 23.52 61.74 -
YUV 136.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 180 101 207 0.13 0.51 0 0.19 284.72 0.52 0.6
Hex B4 65 CF D 33 0 13 11D 34 3C
Octal 264 145 317 15 63 0 23 435 64 74
Binary 10110100 1100101 11001111 1101 110011 0 10011 100011101 110100 111100

Color Harmonies of #B465CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465CF

Black with #B465CF

Text Example


Text Example

White with #B465CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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